This commit is contained in:
Marcel Pociot
2020-06-04 21:38:53 +02:00
parent 9515ca9458
commit df4005482c
4 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
CREATE TABLE IF NOT EXISTS users (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name STRING NOT NULL,
email STRING,
auth_token STRING,
created_at DATETIME,
updated_at DATETIME