new-bigly-chat/scripts/init.sql
2024-11-26 11:38:28 -05:00

2 lines
No EOL
135 B
SQL

CREATE TABLE IF NOT EXISTS main.auth (username TEXT, password TEXT);
CREATE TABLE IF NOT EXISTS main.token (username TEXT, token TEXT);