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