Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
m_product_bom_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 | null |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
m_productbom_id | numeric | 10 | null |
|
|
||||||
bomqty | numeric | 0 | 0 |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
bomtype | bpchar | 1 | √ | null |
|
|
|||||
m_product_bom_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
cof_forcararredondamento | varchar | 10 | 'NENHUM'::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_product_bom_pkey | Primary key | Asc | m_product_bom_id |
m_product_bom_uu_idx | Must be unique | Asc | m_product_bom_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_product_bom_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |