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 );