Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_unbuild_id_seq'::regclass) |
|
|
|||||||||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||||||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||||||||
| product_uom_id | int4 | 10 | null |
|
|
Unit of Measure |
|||||||||||
| bom_id | int4 | 10 | √ | null |
|
|
Bill of Material |
||||||||||
| mo_id | int4 | 10 | √ | null |
|
|
Manufacturing Order |
||||||||||
| lot_id | int4 | 10 | √ | null |
|
|
Lot/Serial Number |
||||||||||
| location_id | int4 | 10 | null |
|
|
Source Location |
|||||||||||
| location_dest_id | int4 | 10 | null |
|
|
Destination Location |
|||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| name | varchar | 2147483647 | √ | null |
|
|
Reference |
||||||||||
| state | varchar | 2147483647 | √ | null |
|
|
Status |
||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||
| product_qty | float8 | 17,17 | null |
|
|
Quantity |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_unbuild_pkey | Primary key | Asc | id |
| mrp_unbuild__company_id_index | Performance | Asc | company_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| mrp_unbuild_qty_positive | ((product_qty > (0)::double precision)) |

