app_totara_webhook_webhook

-1 rows


Description

Stores Webhook records

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_webhook_webhook_id_seq'::regclass)
app_totara_webhook_dlq_item.webhook_id Defined in XML R
app_totara_webhook_event_subscription.webhook_id Defined in XML R
app_totara_webhook_payload_queue.webhook_id Defined in XML R
name varchar 255 ''::character varying
endpoint text 2147483647 null
created_at int8 19 null
updated_at int8 19 null
content_type_adapter varchar 255 ''::character varying
status int2 5 1
immediate int2 5 0
auth_class text 2147483647 null
auth_config text 2147483647 null

Indexes

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

Relationships