Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_labelfield_id | numeric | 10 | null |
|
|
||||||
cof_labelfield_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
cof_sequence | numeric | 10 | null |
|
|
||||||
cof_startingposition | numeric | 10 | null |
|
|
||||||
cof_finalposition | numeric | 10 | null |
|
|
||||||
cof_identifier | varchar | 50 | √ | null |
|
|
|||||
name | varchar | 60 | null |
|
|
||||||
ad_field_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_labelconfig_id | numeric | 10 | null |
|
|
||||||
cof_numberdigits | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_productbarcodecolumn_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_decimalplaces | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_isdefaultvalue | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_defaultvalue | varchar | 10 | √ | NULL::character varying |
|
|
|||||
cof_iscustomatributeinstance | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_iscustomattributeinstance | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
m_attribute_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_isgenerationparameter | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
cof_leftalign | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_filler | varchar | 1 | √ | NULL::character varying |
|
|
|||||
isautosequence | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
ad_sequence_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_isbarcodecompose | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
dateformat | varchar | 40 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_labelfield_key | Primary key | Asc | cof_labelfield_id |
cof_labelfield_uu_idx | Must be unique | Asc | cof_labelfield_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_labelfield_cof_isdefaultvalue_check | ((cof_isdefaultvalue = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_cof_leftalign_check | ((cof_leftalign = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_cof_isbarcodecompose_check | ((cof_isbarcodecompose = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_isautosequence_check | ((isautosequence = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_cof_isgenerationparameter_check | ((cof_isgenerationparameter = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_cof_iscustomattributeinstance_check | ((cof_iscustomattributeinstance = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_labelfield_cof_iscustomatributeinstance_check | ((cof_iscustomatributeinstance = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |