Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_bom_byproduct_id_seq'::regclass) |
|
|
||||||||
| product_id | int4 | 10 | null |
|
|
By-product |
||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
|||||||
| product_uom_id | int4 | 10 | null |
|
|
Unit of Measure |
||||||||
| bom_id | int4 | 10 | √ | null |
|
|
BoM |
|||||||
| operation_id | int4 | 10 | √ | null |
|
|
Produced in Operation |
|||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
|||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||
| product_qty | numeric | 0 | null |
|
|
Quantity |
||||||||
| numeric | 0 | √ | null |
|
|
Cost Share (%) |
||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_bom_byproduct_pkey | Primary key | Asc | id |
| mrp_bom_byproduct__bom_id_index | Performance | Asc | bom_id |
| mrp_bom_byproduct__company_id_index | Performance | Asc | company_id |

