Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| name | varchar | 60 | null |
|
|
|||||||||||||||||||||
| ad_org_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| bomtype | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| bomuse | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| c_uom_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| copyfrom | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||||||||||||||
| description | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| documentno | varchar | 20 | √ | null |
|
|
||||||||||||||||||||
| help | varchar | 2000 | √ | null |
|
|
||||||||||||||||||||
| isactive | bpchar | 1 | null |
|
|
|||||||||||||||||||||
| m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
| m_changenotice_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
| m_product_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| pp_order_bom_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| pp_order_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| processing | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| revision | varchar | 10 | √ | null |
|
|
||||||||||||||||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||||||||||||||
| validfrom | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||
| validto | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
| ad_client_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| value | varchar | 80 | null |
|
|
|||||||||||||||||||||
| pp_order_bom_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pp_order_bom_key | Primary key | Asc | pp_order_bom_id |
| pp_order_bom_uu_idx | Must be unique | Asc | pp_order_bom_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| pp_order_bom_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |