webhooks


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
webhook_attempt_logs.webhooks_id webhook_attempt_logs_fk_2 R
webhooks_tenants.webhooks_id webhooks_tenants_fk_1 R
connect_timeout int4 10 null
description varchar 255 null
data text 2147483647 null
global bool 1 null
headers text 2147483647 null
http_authentication_username varchar 255 null
http_authentication_password varchar 255 null
insert_instant int8 19 null
last_update_instant int8 19 null
read_timeout int4 10 null
signing_keys_id uuid 2147483647 null
keys.id webhooks_fk_2 R
ssl_certificate text 2147483647 null
ssl_certificate_keys_id uuid 2147483647 null
keys.id webhooks_fk_1 R
url text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
webhooks_pkey Primary key Asc id

Relationships