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/001.sql

6 lines
141 B
SQL

CREATE TABLE extended_permissions (
channel STRING NOT NULL PRIMARY KEY,
access_token STRING,
refresh_token STRING,
scopes STRING
);