1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-04-03 04:15:13 +00:00
twitch-bot/pkg/database/testdata/migration2/001.sql

4 lines
77 B
SQL

CREATE TABLE testdata (
key STRING NOT NULL PRIMARY KEY,
value STRING
);