job_executions__t


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
error_logs__t.job_execution_id error_logs__t_job_execution_id_fkeyR
file_definitions__t.job_execution_id file_definitions__t_job_execution_id_fkeyR
started_date timestamptz 35,6 null
job_profile_id uuid 2147483647 null
job_profiles__t.id job_executions__t_job_profile_id_fkeyR
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

Relationships