Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| c_created | timestamp | 29,6 | √ | null |
|
|
||
| c_ol | int8 | 19 | √ | null |
|
|
||
| c_pk | int8 | 19 | null |
|
|
|||
| c_updated | timestamp | 29,6 | √ | null |
|
|
||
| c_actual_location | varchar | 255 | null |
|
|
|||
| c_barcode | varchar | 255 | null |
|
|
|||
| c_created_by | varchar | 255 | √ | null |
|
|
||
| c_foreign_pid | varchar | 255 | null |
|
|
|||
| c_pid | varchar | 255 | null |
|
|
|||
| c_updated_by | varchar | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| wms_rec_transport_unit_pkey | Primary key | Asc | c_pk |
| uc_rec_tu_barcode | Must be unique | Asc | c_barcode |
| uc_rec_tu_foreign_pid | Must be unique | Asc | c_foreign_pid |
| wms_rec_transport_unit_c_pid_key | Must be unique | Asc | c_pid |