Updated SQL STATEMENT
This commit is contained in:
parent
68cef7d5ac
commit
f523aaaaf9
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ CREATE TABLE "todo" (
|
||||||
"PRIO" INTEGER NOT NULL,
|
"PRIO" INTEGER NOT NULL,
|
||||||
"IMP" INTEGER NOT NULL,
|
"IMP" INTEGER NOT NULL,
|
||||||
|
|
||||||
PRIMARY KEY("ID" AUTOINCREMENT)
|
PRIMARY KEY("ID")
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue