[feat] extend database schema with new tables and indexes
This commit is contained in:
11
database/main/deity.sql
Normal file
11
database/main/deity.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
create table deity
|
||||
(
|
||||
id INTEGER
|
||||
primary key,
|
||||
name TEXT not null
|
||||
unique,
|
||||
aspekte TEXT,
|
||||
herrschaftsbereich TEXT,
|
||||
heiliges_tier TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user