twitch-bot/internal/service/timer/schema/001.sql

5 lines
80 B
SQL

CREATE TABLE timers (
id STRING NOT NULL PRIMARY KEY,
expires_at INTEGER
);