Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cof_label_id | numeric | 10 | null |
|
|
||||||
| cof_label_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 |
|
|
||||||
| m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| qty | numeric | 0 | √ | null |
|
|
|||||
| serno | varchar | 40 | √ | NULL::character varying |
|
|
|||||
| lot | varchar | 40 | √ | NULL::character varying |
|
|
|||||
| m_locator_id | numeric | 10 | √ | null |
|
|
|||||
| guaranteedate | timestamp | 29,6 | √ | null |
|
|
|||||
| status | varchar | 2 | √ | null |
|
|
|||||
| value | varchar | 40 | √ | NULL::character varying |
|
|
|||||
| cof_emission | varchar | 2 | √ | NULL::character varying |
|
|
|||||
| m_attributesetinstance_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| equipmentno | varchar | 2 | √ | null |
|
|
|||||
| isreplacement | bpchar | 1 | √ | null |
|
|
|||||
| processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
| processing2 | bpchar | 1 | √ | null |
|
|
|||||
| cof_isreprint | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
| m_lot_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_label_key | Primary key | Asc | cof_label_id |
| cof_label_uu_idx | Must be unique | Asc | cof_label_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_label_cof_isreprint_check | ((cof_isreprint = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_label_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_label_isreplacement_check | ((isreplacement = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |