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