job_to_match_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
detail_profile_type varchar 13 null
master_profile_type varchar 11 null
order numeric 131089 null
triggered bool 1 null
detail_profile_id uuid 2147483647 null
match_profiles__t.id job_to_match_profiles__t_detail_profile_id_fkeyR
master_profile_id uuid 2147483647 null
job_profiles__t.id job_to_match_profiles__t_master_profile_id_fkeyR

Indexes

Constraint Name Type Sort Column(s)
job_to_match_profiles__t_pkey Primary key Asc __id
job_to_match_profiles__t___origin_idx Performance Asc __origin
job_to_match_profiles__t___source_idx Performance Asc __source
job_to_match_profiles__t___start_idx Performance Asc __start
job_to_match_profiles__t_detail_profile_id_idx Performance Asc detail_profile_id
job_to_match_profiles__t_detail_profile_type_idx Performance Asc detail_profile_type
job_to_match_profiles__t_id_idx Performance Asc id
job_to_match_profiles__t_master_profile_id_idx Performance Asc master_profile_id
job_to_match_profiles__t_master_profile_type_idx Performance Asc master_profile_type
job_to_match_profiles__t_order_idx Performance Asc order
job_to_match_profiles__t_triggered_idx Performance Asc triggered

Relationships