new-bigly-chat/scripts/init.sql

2 lines
135 B
MySQL
Raw Normal View History

2024-11-26 11:38:28 -05:00
CREATE TABLE IF NOT EXISTS main.auth (username TEXT, password TEXT);
CREATE TABLE IF NOT EXISTS main.token (username TEXT, token TEXT);