action_to_mapping_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
triggered bool 1 null
detail_profile_id uuid 2147483647 null
mapping_profiles__t.id action_to_mapping_profiles__t_detail_profile_id_fkeyR
master_profile_id uuid 2147483647 null
action_profiles__t.id action_to_mapping_profiles__t_master_profile_id_fkeyR
detail_profile_type varchar 15 null
master_profile_type varchar 14 null
order numeric 131089 null

Indexes

Constraint Name Type Sort Column(s)
action_to_mapping_profiles__t_pkey Primary key Asc __id
action_to_mapping_profiles__t___origin_idx Performance Asc __origin
action_to_mapping_profiles__t___source_idx Performance Asc __source
action_to_mapping_profiles__t___start_idx Performance Asc __start
action_to_mapping_profiles__t_detail_profile_id_idx Performance Asc detail_profile_id
action_to_mapping_profiles__t_detail_profile_type_idx Performance Asc detail_profile_type
action_to_mapping_profiles__t_id_idx Performance Asc id
action_to_mapping_profiles__t_master_profile_id_idx Performance Asc master_profile_id
action_to_mapping_profiles__t_master_profile_type_idx Performance Asc master_profile_type
action_to_mapping_profiles__t_order_idx Performance Asc order
action_to_mapping_profiles__t_triggered_idx Performance Asc triggered

Relationships