Files
siren/service/migrations/000010_create_guilds/up.sql
2023-10-08 18:16:03 -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
);