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