Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_lot_id_seq'::regclass) |
|
|
||||||||||||||||||||
| product_id | int4 | 10 | null |
|
|
Product |
||||||||||||||||||||
| product_uom_id | int4 | 10 | √ | null |
|
|
Unit of Measure |
|||||||||||||||||||
| company_id | int4 | 10 | null |
|
|
Company |
||||||||||||||||||||
| location_id | int4 | 10 | √ | null |
|
|
Location |
|||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
Lot/Serial Number |
||||||||||||||||||||
| ref | varchar | 2147483647 | √ | null |
|
|
Internal Reference |
|||||||||||||||||||
| lot_properties | jsonb | 2147483647 | √ | null |
|
|
Properties |
|||||||||||||||||||
| note | text | 2147483647 | √ | null |
|
|
Description |
|||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_lot_pkey | Primary key | Asc | id |
| stock_lot__company_id_index | Performance | Asc | company_id |
| stock_lot__product_id_index | Performance | Asc | product_id |

