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 month ago
sales_order_id int(11) YES 1 month ago
product_id int(11) YES 1 month ago
quantity int(11) NO 1 month ago
unit_price decimal(10,2) NO 1 month ago