Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_putaway_rule_id_seq'::regclass) |
|
|
|||||
| product_id | int4 | 10 | √ | null |
|
|
Product |
||||
| category_id | int4 | 10 | √ | null |
|
|
Product Category |
||||
| location_in_id | int4 | 10 | null |
|
|
When product arrives in |
|||||
| location_out_id | int4 | 10 | null |
|
|
Store to sublocation |
|||||
| sequence | int4 | 10 | √ | null |
|
|
Priority |
||||
| company_id | int4 | 10 | null |
|
|
Company |
|||||
| storage_category_id | int4 | 10 | √ | null |
|
|
Storage Category |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| active | bool | 1 | √ | null |
|
|
Active |
||||
| 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_putaway_rule_pkey | Primary key | Asc | id |
| stock_putaway_rule__company_id_index | Performance | Asc | company_id |
| stock_putaway_rule__location_in_id_index | Performance | Asc | location_in_id |

