Comment drop table schema
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
drop table if exists cards;
|
||||
-- drop table if exists cards;
|
||||
create table cards (
|
||||
id integer primary key autoincrement,
|
||||
type tinyint not null, /* 1 for vocab, 2 for code */
|
||||
|
||||
Reference in New Issue
Block a user