Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_events_queue_handlers_id_seq'::regclass) |
|
|
|||||
queuedeventid | int8 | 19 | null |
|
|
||||||
handlerid | int8 | 19 | null |
|
|
||||||
status | int8 | 19 | √ | null |
|
|
|||||
errormessage | text | 2147483647 | √ | null |
|
|
|||||
timemodified | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_evenqueuhand_id_pk | Primary key | Asc | id |
app_evenqueuhand_han_ix | Performance | Asc | handlerid |
app_evenqueuhand_que_ix | Performance | Asc | queuedeventid |