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
job_profiles__t.mapping_profile_id job_profiles__t_mapping_profile_id_fkeyR
name varchar 32 null
description varchar 57 null
output_format varchar 4 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_description_idx Performance Asc description
mapping_profiles__t_id_idx Performance Asc id
mapping_profiles__t_name_idx Performance Asc name
mapping_profiles__t_output_format_idx Performance Asc output_format

Relationships