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

4 lines
77 B
SQL

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