1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-04-02 20:05:17 +00:00
twitch-bot/pkg/database/schema/core.sql

6 lines
154 B
SQL

-- Core database structure, to be applied before any migration
CREATE TABLE IF NOT EXISTS core_kv (
key STRING NOT NULL PRIMARY KEY,
value STRING
);