Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_warn_insufficient_qty_unbuild_id_seq'::regclass) |
|
|
|||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||
| location_id | int4 | 10 | null |
|
|
Location |
|||||
| unbuild_id | int4 | 10 | √ | null |
|
|
Unbuild |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| product_uom_name | varchar | 2147483647 | null |
|
|
Unit of Measure |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| quantity | float8 | 17,17 | null |
|
|
Quantity |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_warn_insufficient_qty_unbuild_pkey | Primary key | Asc | id |

