Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_labelcategorytable_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_labelcategorytable_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 |
|
|
|||||
ad_labelcategory_id | numeric | 10 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_labelcategorytable_key | Primary key | Asc | ad_labelcategorytable_id |
ad_labelcategorytable_uu_idx | Must be unique | Asc | ad_labelcategorytable_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_labelcategorytable_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |