app_totara_webhook_event_subscription

-1 rows


Description

Stores Webhook Event Subscription records

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_webhook_event_subscription_id_seq'::regclass)
event text 2147483647 null
webhook_id int8 19 null
app_totara_webhook_webhook.id Defined in XML R
created_at int8 19 null
updated_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totawebhevensubs_id_pk Primary key Asc id
app_totawebhevensubs_web_ix Performance Asc webhook_id

Relationships