Files
siren/migrations/000010_create_guilds/up.sql
Benjamin Sherriff 96fe3fc0e5 Stripped out ui/api
2024-09-03 22:33:29 -04:00

5 lines
124 B
SQL

CREATE TABLE IF NOT EXISTS guilds (
id BIGINT PRIMARY KEY NOT NULL,
bot_id BIGINT NOT NULL,
volume INTEGER NOT NULL
);