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

5 lines
80 B
MySQL
Raw Normal View History

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