Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_return_picking_id_seq'::regclass) |
|
|
|||||
| picking_id | int4 | 10 | √ | null |
|
|
Picking |
||||
| original_location_id | int4 | 10 | √ | null |
|
|
Original Location |
||||
| parent_location_id | int4 | 10 | √ | null |
|
|
Parent Location |
||||
| location_id | int4 | 10 | √ | null |
|
|
Return Location |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| move_dest_exists | bool | 1 | √ | null |
|
|
Chained Move Exists |
||||
| 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_return_picking_pkey | Primary key | Asc | id |

