Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_textprocessing_tasks_id_seq'::regclass) |
|
|
|||||
| type | varchar | 255 | null |
|
|
||||||
| input | text | 2147483647 | null |
|
|
||||||
| output | text | 2147483647 | √ | null |
|
|
|||||
| status | int4 | 10 | √ | 0 |
|
|
|||||
| user_id | varchar | 64 | √ | NULL::character varying |
|
|
|||||
| app_id | varchar | 32 | ''::character varying |
|
|
||||||
| identifier | varchar | 255 | ''::character varying |
|
|
||||||
| last_updated | int4 | 10 | √ | 0 |
|
|
|||||
| completion_expected_at | timestamp | 22 | √ | NULL::timestamp without time zone |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_textprocessing_tasks_pkey | Primary key | Asc | id |
| tp_tasks_status_type_nonunique | Performance | Asc/Asc | status + type |
| tp_tasks_uid_appid_ident | Performance | Asc/Asc/Asc | user_id + app_id + identifier |
| tp_tasks_updated | Performance | Asc | last_updated |