mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-13 02:22:43 +00:00
4 lines
79 B
SQL
4 lines
79 B
SQL
CREATE TABLE variables (
|
|
name STRING NOT NULL PRIMARY KEY,
|
|
value STRING
|
|
);
|