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 | 4 months ago | ||
purchase_order_id | int(11) | YES | 4 months ago | |||
product_id | int(11) | YES | 4 months ago | |||
quantity | int(11) | NO | 4 months ago | |||
unit_price | decimal(10,2) | NO | 4 months ago |