profile__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
create_job_profile_id uuid 2147483647 null
job_profiles__t.id profile__t_create_job_profile_id_fkeyR
external_id_query_map varchar 24 null
update_job_profile_id uuid 2147483647 null
job_profiles__t.id profile__t_update_job_profile_id_fkeyR
internal_id_embed_path varchar 7 null
external_identifier_type uuid 2147483647 null
identifier_type__t.id profile__t_external_identifier_type_fkeyR
url varchar 26 null
name varchar 19 null
enabled bool 1 null
authentication varchar 19 null

Indexes

Constraint Name Type Sort Column(s)
profile__t_pkey Primary key Asc __id
profile__t___origin_idx Performance Asc __origin
profile__t___source_idx Performance Asc __source
profile__t___start_idx Performance Asc __start
profile__t_authentication_idx Performance Asc authentication
profile__t_create_job_profile_id_idx Performance Asc create_job_profile_id
profile__t_enabled_idx Performance Asc enabled
profile__t_external_id_query_map_idx Performance Asc external_id_query_map
profile__t_external_identifier_type_idx Performance Asc external_identifier_type
profile__t_id_idx Performance Asc id
profile__t_internal_id_embed_path_idx Performance Asc internal_id_embed_path
profile__t_name_idx Performance Asc name
profile__t_update_job_profile_id_idx Performance Asc update_job_profile_id
profile__t_url_idx Performance Asc url

Relationships