Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| __id | int8 | 19 | √ | null |
|
|
||||||
| __cf | bool | 1 | true |
|
|
|||||||
| __start | timestamptz | 35,6 | null |
|
|
|||||||
| __source | varchar | 63 | null |
|
|
|||||||
| __origin | varchar | 63 | ''::character varying |
|
|
|||||||
| id | uuid | 2147483647 | null |
|
|
|||||||
| started_date | timestamptz | 35,6 | √ | null |
|
|
||||||
| job_profile_id | uuid | 2147483647 | √ | null |
|
|
||||||
| completed_date | timestamptz | 35,6 | √ | null |
|
|
||||||
| job_profile_name | varchar | 19 | √ | null |
|
|
||||||
| hr_id | numeric | 131089 | √ | null |
|
|
||||||
| status | varchar | 11 | √ | null |
|
|
||||||
| last_updated_date | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| job_executions__t_pkey | Primary key | Asc | id |
| job_executions__t___origin_idx | Performance | Asc | __origin |
| job_executions__t___source_idx | Performance | Asc | __source |
| job_executions__t___start_idx | Performance | Asc | __start |
| job_executions__t_completed_date_idx | Performance | Asc | completed_date |
| job_executions__t_hr_id_idx | Performance | Asc | hr_id |
| job_executions__t_id_idx | Performance | Asc | id |
| job_executions__t_job_profile_id_idx | Performance | Asc | job_profile_id |
| job_executions__t_job_profile_name_idx | Performance | Asc | job_profile_name |
| job_executions__t_last_updated_date_idx | Performance | Asc | last_updated_date |
| job_executions__t_started_date_idx | Performance | Asc | started_date |
| job_executions__t_status_idx | Performance | Asc | status |

