PurchaseOrderDetails (Purchase Order Details)
Description
This table provides details for each purchase order, including items and quantities.
Columns
| Name | Title | Datatype | Nullable | Other | Description | Last edit |
|---|---|---|---|---|---|---|
| order_detail_id | int(11) | NO | auto_increment | 1 year ago | ||
| purchase_order_id | int(11) | YES | 1 year ago | |||
| product_id | int(11) | YES | 1 year ago | |||
| quantity | int(11) | NO | 1 year ago | |||
| unit_price | decimal(10,2) | NO | 1 year ago |