Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||
| status | varchar | 2 | null |
|
|
|||
| task_id | varchar | 256 | √ | null |
|
|
||
| started_at | timestamptz | 35,6 | √ | null |
|
|
||
| finished_at | timestamptz | 35,6 | √ | null |
|
|
||
| total_size | text | 2147483647 | √ | null |
|
|
||
| task_return_code | int4 | 10 | √ | null |
|
|
||
| log | text | 2147483647 | √ | null |
|
|
||
| error_log | text | 2147483647 | √ | null |
|
|
||
| config_path | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| frontend_contextlayertilingtask_pkey | Primary key | Asc | id |
