ad_table_trl

2685 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ad_table_id numeric 10 null
ad_table.ad_table_id adtable_adtabletrl C
ad_language varchar 6 null
ad_language.ad_language adlanguage_adtabletrl R
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
name varchar 60 null
istranslated bpchar 1 'N'::bpchar
ad_table_trl_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
ad_table_trl_pkey Primary key Asc/Asc ad_table_id + ad_language
ad_table_trl_uu_idx Must be unique Asc ad_table_trl_uu

Check Constraints

Constraint Name Constraint
ad_table_trl_istranslated_check ((istranslated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
ad_table_trl_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships