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
action_to_mapping_profiles__t.detail_profile_id action_to_mapping_profiles__t_detail_profile_id_fkeyR
name varchar 49 null
existing_record_type varchar 18 null
incoming_record_type varchar 18 null
deleted bool 1 null
description varchar 261 null

Indexes

Constraint Name Type Sort Column(s)
mapping_profiles__t_pkey Primary key Asc id
mapping_profiles__t___origin_idx Performance Asc __origin
mapping_profiles__t___source_idx Performance Asc __source
mapping_profiles__t___start_idx Performance Asc __start
mapping_profiles__t_deleted_idx Performance Asc deleted
mapping_profiles__t_description_idx Performance Asc description
mapping_profiles__t_existing_record_type_idx Performance Asc existing_record_type
mapping_profiles__t_id_idx Performance Asc id
mapping_profiles__t_incoming_record_type_idx Performance Asc incoming_record_type
mapping_profiles__t_name_idx Performance Asc name

Relationships