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 |
|
|
||||
job_execution_id | uuid | 2147483647 | √ | null |
|
|
||||
last_event_timestamp | timestamp | 29,6 | √ | null |
|
|
||||
notification_sent | bool | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
job_monitoring_pkey | Primary key | Asc | __id |
job_monitoring___origin_idx | Performance | Asc | __origin |
job_monitoring___source_idx | Performance | Asc | __source |
job_monitoring___start_idx | Performance | Asc | __start |
job_monitoring_id_idx | Performance | Asc | id |
job_monitoring_job_execution_id_idx | Performance | Asc | job_execution_id |
job_monitoring_last_event_timestamp_idx | Performance | Asc | last_event_timestamp |
job_monitoring_notification_sent_idx | Performance | Asc | notification_sent |