app_totara_webhook_dlq_item

-1 rows


Description

Stores Totara webhook dead letter queue item records

Columns

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

Indexes

Constraint Name Type Sort Column(s)
app_totawebhdlqitem_id_pk Primary key Asc id
app_totawebhdlqitem_web_ix Performance Asc webhook_id

Relationships