Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action.ingest_queue_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | now() |
|
|
||||||
| run_at | timestamptz | 35,6 | now() |
|
|
||||||
| who | int4 | 10 | √ | null |
|
|
|||||
| start_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| end_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| threads | int4 | 10 | √ | null |
|
|
|||||
| why | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ingest_queue_pkey | Primary key | Asc | id |
