Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 36 | null |
|
|
|||||||
varchar | 1 | √ | null |
|
|
|||||||
checkin | varchar | 5 | √ | null |
|
|
||||||
comment | varchar | 1 | √ | null |
|
|
||||||
date_ordered | timestamptz | 35,6 | √ | null |
|
|
||||||
item_id | varchar | 36 | √ | null |
|
|
||||||
location_id | varchar | 36 | √ | null |
|
|
||||||
piece_format | varchar | 10 | √ | null |
|
|
||||||
po_line_id | varchar | 36 | √ | null |
|
|
||||||
po_line_number | varchar | 10 | √ | null |
|
|
||||||
po_line_receipt_status | varchar | 20 | √ | null |
|
|
||||||
purchase_order_id | varchar | 36 | √ | null |
|
|
||||||
receipt_date | timestamptz | 35,6 | √ | null |
|
|
||||||
received_date | timestamptz | 35,6 | √ | null |
|
|
||||||
receiving_note | varchar | 1907 | √ | null |
|
|
||||||
receiving_status | varchar | 8 | √ | null |
|
|
||||||
supplement | varchar | 1 | √ | null |
|
|
||||||
title | varchar | 588 | √ | null |
|
|
||||||
data | json | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
po_receiving_history_pkey | Primary key | Asc | id |
po_receiving_history_caption_idx | Performance | Asc | caption |
po_receiving_history_checkin_idx | Performance | Asc | checkin |
po_receiving_history_comment_idx | Performance | Asc | comment |
po_receiving_history_date_ordered_idx | Performance | Asc | date_ordered |
po_receiving_history_item_id_idx | Performance | Asc | item_id |
po_receiving_history_location_id_idx | Performance | Asc | location_id |
po_receiving_history_piece_format_idx | Performance | Asc | piece_format |
po_receiving_history_po_line_id_idx | Performance | Asc | po_line_id |
po_receiving_history_po_line_number_idx | Performance | Asc | po_line_number |
po_receiving_history_po_line_receipt_status_idx | Performance | Asc | po_line_receipt_status |
po_receiving_history_purchase_order_id_idx | Performance | Asc | purchase_order_id |
po_receiving_history_receipt_date_idx | Performance | Asc | receipt_date |
po_receiving_history_received_date_idx | Performance | Asc | received_date |
po_receiving_history_receiving_status_idx | Performance | Asc | receiving_status |
po_receiving_history_supplement_idx | Performance | Asc | supplement |