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 |
|
|
||||||
| name | text | 2147483647 | null |
|
|
|||||||
| last_heartbeat | timestamptz | 35,6 | null |
|
|
|||||||
| gracefully_stopped | bool | 1 | null |
|
|
|||||||
| cleaned_up | bool | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_worker_pkey | Primary key | Asc | pulp_id |
| core_worker_name_key | Must be unique | Asc | name |