twitch-bot/internal/actors/variables/schema/001.sql

5 lines
79 B
SQL

CREATE TABLE variables (
name STRING NOT NULL PRIMARY KEY,
value STRING
);