Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('action.ingest_queue_entry_id_seq'::regclass) |
|
|
|||||
record | int8 | 19 | null |
|
|
||||||
record_type | text | 2147483647 | null |
|
|
||||||
action | text | 2147483647 | null |
|
|
||||||
run_at | timestamptz | 35,6 | now() |
|
|
||||||
state_data | text | 2147483647 | ''::text |
|
|
||||||
queue | int4 | 10 | √ | null |
|
|
|||||
override_by | int8 | 19 | √ | null |
|
|
|||||
ingest_time | timestamptz | 35,6 | √ | null |
|
|
|||||
fail_time | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ingest_queue_entry_pkey | Primary key | Asc | id |
entry_override_by_idx | Performance | Asc | override_by |
record_pending_once | Must be unique | Asc/Asc/Asc | record_type + record + state_data |