Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_label_id | numeric | 10 | null |
|
|
||||||
ad_label_trl_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_language | varchar | 6 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
istranslated | bpchar | 1 | 'N'::bpchar |
|
|
||||||
name | varchar | 60 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_label_trl_pkey | Primary key | Asc/Asc | ad_language + ad_label_id |
ad_label_trl_uu_idx | Must be unique | Asc | ad_label_trl_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_label_trl_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_label_trl_istranslated_check | ((istranslated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |