Make db creation better
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
create table card_set
|
||||
(
|
||||
id INTEGER
|
||||
primary key autoincrement,
|
||||
name TEXT not null,
|
||||
forward TEXT not null,
|
||||
backward TEXT not null,
|
||||
filter TEXT not null
|
||||
);
|
||||
Reference in New Issue
Block a user