thirdp_third_party_role

62 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
version int4 10 null
created_by varchar 255 null
created_date timestamp 29,6 null
last_modified_by varchar 255 null
last_modified_date timestamp 29,6 null
role_id uuid 2147483647 null
thirdp_role.id fk_thirdp_third_party_role_on_role R
third_party_id uuid 2147483647 null
thirdp_base_third_party.id fk_thirdp_third_party_role_on_third_party C
period_start date 13 null
period_end date 13 null
current_ bool 1 null
approved bool 1 null

Indexes

Constraint Name Type Sort Column(s)
pk_thirdp_third_party_role Primary key Asc id
idx_thirdp_third_party_role_role Performance Asc role_id
idx_thirdp_third_party_role_third_party Performance Asc third_party_id

Relationships