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