job_profiles__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
job_executions__t.job_profile_id job_executions__t_job_profile_id_fkeyR
description varchar 19 null
destination varchar 10 null
mapping_profile_id uuid 2147483647 null
mapping_profiles__t.id job_profiles__t_mapping_profile_id_fkeyR
name varchar 19 null

Indexes

Constraint Name Type Sort Column(s)
job_profiles__t_pkey Primary key Asc id
job_profiles__t___origin_idx Performance Asc __origin
job_profiles__t___source_idx Performance Asc __source
job_profiles__t___start_idx Performance Asc __start
job_profiles__t_description_idx Performance Asc description
job_profiles__t_destination_idx Performance Asc destination
job_profiles__t_id_idx Performance Asc id
job_profiles__t_mapping_profile_id_idx Performance Asc mapping_profile_id
job_profiles__t_name_idx Performance Asc name

Relationships