Comment drop table schema

This commit is contained in:
duongban
2021-05-29 22:24:16 +07:00
parent 0c02fe2c5c
commit 39a0f665b6

View File

@@ -1,4 +1,4 @@
drop table if exists cards; -- drop table if exists cards;
create table cards ( create table cards (
id integer primary key autoincrement, id integer primary key autoincrement,
type tinyint not null, /* 1 for vocab, 2 for code */ type tinyint not null, /* 1 for vocab, 2 for code */