mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-10 09:10:01 +00:00
4 lines
77 B
SQL
4 lines
77 B
SQL
CREATE TABLE testdata (
|
|
key STRING NOT NULL PRIMARY KEY,
|
|
value STRING
|
|
);
|