1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-04-04 21:05:15 +00:00
twitch-bot/internal/actors/counter/schema/001.sql

4 lines
79 B
SQL

CREATE TABLE counters (
name STRING NOT NULL PRIMARY KEY,
value INTEGER
);