7 lines
No EOL
205 B
SQL
7 lines
No EOL
205 B
SQL
create table
|
|
webhooks (
|
|
guild_id text not null references guilds (id),
|
|
channel_id text not null primary key,
|
|
webhook_id text not null,
|
|
webhook_token text not null
|
|
); |