mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-04 07:21:27 +02:00
added database
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE
|
||||
IF NOT EXISTS list (
|
||||
itemname TEXT NOT NULL PRIMARY KEY,
|
||||
checked INT NOT NULL, -- actually a boolean
|
||||
amount INT NOT NULL
|
||||
) STRICT;
|
||||
Reference in New Issue
Block a user