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 |
|
|
||||||
| 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 |

