Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pulp_id | uuid | 2147483647 | null |
|
|
|||||||||||||||||||
| pulp_created | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||
| pulp_last_updated | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||
| state | text | 2147483647 | null |
|
|
|||||||||||||||||||
| name | text | 2147483647 | null |
|
|
|||||||||||||||||||
| started_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||
| finished_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||
| error | jsonb | 2147483647 | √ | null |
|
|
||||||||||||||||||
| worker_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||
| parent_task_id | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||
| task_group_id | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_task_pkey | Primary key | Asc | pulp_id |
| core_task_parent_task_id_07cf4230 | Performance | Asc | parent_task_id |
| core_task_task_group_id_a45c142c | Performance | Asc | task_group_id |
| core_task_worker_id_ca31e694 | Performance | Asc | worker_id |