twitch-bot/internal/actors/punish/schema/001.sql

7 lines
158 B
SQL

CREATE TABLE punish_levels (
key STRING NOT NULL PRIMARY KEY,
last_level INTEGER,
executed INTEGER, -- time.Time
cooldown INTEGER -- time.Duration
);