create table github_webhooks ( id bigint not null ); comment on table github_webhooks is ' Defines a github hook ';