SalesOrderDetails (Sales Order Details)
Description
This table contains details of each sales order, including product quantities and prices.
Columns
| Name | Title | Datatype | Nullable | Other | Description | Last edit |
|---|---|---|---|---|---|---|
| order_detail_id | int(11) | NO | auto_increment | 1 year ago | ||
| sales_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 |