Files
siren/service/migrations/000010_create_guilds/up.sql
Benjamin Sherriff 0ec6264bfa Got play to work
2023-10-07 23:26:12 -04:00

5 lines
133 B
SQL

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