Files
huskies/server/migrations/20250514000001_timers.sql
T
2026-05-14 20:12:51 +00:00

5 lines
101 B
SQL

CREATE TABLE IF NOT EXISTS timers (
story_id TEXT PRIMARY KEY,
scheduled_at TEXT NOT NULL
);