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