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