Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_attribute_id | numeric | 10 | null |
|
|
||||||||||||||||||
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 |
|
|
||||||||||||||||||
description | varchar | 255 | √ | null |
|
|
|||||||||||||||||
ismandatory | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
isinstanceattribute | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
m_attributesearch_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
attributevaluetype | bpchar | 1 | 'S'::bpchar |
|
|
||||||||||||||||||
m_attribute_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||
dateformat | varchar | 20 | √ | NULL::character varying |
|
|
|||||||||||||||||
ad_reference_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||
ad_reference_value_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||
ad_val_rule_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_attribute_pkey | Primary key | Asc | m_attribute_id |
m_attribute_uu_idx | Must be unique | Asc | m_attribute_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_attribute_isinstanceattribute_check | ((isinstanceattribute = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_attribute_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_attribute_ismandatory_check | ((ismandatory = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |