Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
m_bomproduct_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 |
|
|
||||||
line | numeric | 10 | 0 |
|
|
||||||
m_bom_id | numeric | 10 | null |
|
|
||||||
bomproducttype | bpchar | 1 | null |
|
|
||||||
isphantom | bpchar | 1 | 'N'::bpchar |
|
|
||||||
m_productbom_id | numeric | 10 | √ | null |
|
|
|||||
m_changenotice_id | numeric | 10 | √ | null |
|
|
|||||
m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
|||||
m_bomalternative_id | numeric | 10 | √ | null |
|
|
|||||
bomqty | numeric | 0 | 0 |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
help | varchar | 2000 | √ | null |
|
|
|||||
m_productoperation_id | numeric | 10 | √ | null |
|
|
|||||
seqno | numeric | 10 | √ | 0 |
|
|
|||||
leadtimeoffset | numeric | 10 | 0 |
|
|
||||||
m_bomproduct_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_bomproduct_pkey | Primary key | Asc | m_bomproduct_id |
m_bomproduct_uu_idx | Must be unique | Asc | m_bomproduct_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_bomproduct_isphantom_check | ((isphantom = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_bomproduct_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |