mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-12 18:12:41 +00:00
7 lines
141 B
MySQL
7 lines
141 B
MySQL
|
CREATE TABLE extended_permissions (
|
||
|
channel STRING NOT NULL PRIMARY KEY,
|
||
|
access_token STRING,
|
||
|
refresh_token STRING,
|
||
|
scopes STRING
|
||
|
);
|