twitch-bot/pkg/database/testdata/migration1/001.sql

5 lines
77 B
SQL

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