mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-14 02:52:42 +00:00
5 lines
80 B
MySQL
5 lines
80 B
MySQL
|
CREATE TABLE timers (
|
||
|
id STRING NOT NULL PRIMARY KEY,
|
||
|
expires_at INTEGER
|
||
|
);
|