app_totara_webhook_payload_queue

-1 rows


Description

Stores webhook payloads ready to send

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_webhook_payload_queue_id_seq'::regclass)
webhook_id int8 19 null
app_totara_webhook_webhook.id Defined in XML R
attempt int2 5 null
time_created int8 19 null
time_updated int8 19 null
time_sent int8 19 null
next_send int8 19 null
event text 2147483647 null
body text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
app_totawebhpaylqueu_id_pk Primary key Asc id
app_totawebhpaylqueu_web_ix Performance Asc webhook_id

Relationships