mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-12 18:12:41 +00:00
4 lines
80 B
SQL
4 lines
80 B
SQL
CREATE TABLE timers (
|
|
id STRING NOT NULL PRIMARY KEY,
|
|
expires_at INTEGER
|
|
);
|