mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user