Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_labelcategory_id | numeric | 10 | NULL::numeric |
|
|
||||||||||||
ad_labelcategory_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||
ad_client_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
ad_org_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
created | timestamp | 29,6 | √ | statement_timestamp() |
|
|
|||||||||||
createdby | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
updated | timestamp | 29,6 | √ | statement_timestamp() |
|
|
|||||||||||
updatedby | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||||||||
name | varchar | 60 | null |
|
|
||||||||||||
ad_labelstyle_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
iscanbeusedinalltables | bpchar | 1 | √ | 'Y'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_labelcategory_key | Primary key | Asc | ad_labelcategory_id |
ad_labelcategory_uu_idx | Must be unique | Asc | ad_labelcategory_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_labelcategory_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_labelcategory_iscanbeusedinalltables_check | ((iscanbeusedinalltables = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |