12 lines
575 B
JSON
12 lines
575 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "CREATE TABLE IF NOT EXISTS user_tokens (\n id INTEGER PRIMARY KEY AUTOINCREMENT,\n username VARCHAR(255) NOT NULL,\n token NCHAR(30) NOT NULL,\n valid BOOLEAN NOT NULL,\n created DATETIME NOT NULL,\n last_used DATETIME\n )",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "441850f70a550ef82ed189278c037a0b2346810efc1c8e30a3a198761785719e"
|
|
}
|