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