Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_route_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
||||||||||||||||||||||||||||||||||||||||||||||
| supplied_wh_id | int4 | 10 | √ | null |
|
|
Supplied Warehouse |
||||||||||||||||||||||||||||||||||||||||||||||
| supplier_wh_id | int4 | 10 | √ | null |
|
|
Supplying Warehouse |
||||||||||||||||||||||||||||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||||||||||||||||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||||||||||||||||||||||||||
| name | jsonb | 2147483647 | null |
|
|
Route |
|||||||||||||||||||||||||||||||||||||||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
||||||||||||||||||||||||||||||||||||||||||||||
| product_selectable | bool | 1 | √ | null |
|
|
Applicable on Product |
||||||||||||||||||||||||||||||||||||||||||||||
| product_categ_selectable | bool | 1 | √ | null |
|
|
Applicable on Product Category |
||||||||||||||||||||||||||||||||||||||||||||||
| warehouse_selectable | bool | 1 | √ | null |
|
|
Applicable on Warehouse |
||||||||||||||||||||||||||||||||||||||||||||||
| packaging_selectable | bool | 1 | √ | null |
|
|
Applicable on Packaging |
||||||||||||||||||||||||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||||||||||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||||||||||||||||||||||||||||||||||||||
| sale_selectable | bool | 1 | √ | null |
|
|
Selectable on Sales Order Line |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_route_pkey | Primary key | Asc | id |
| stock_route__company_id_index | Performance | Asc | company_id |

