Description

This table records all sales orders placed by customers.

Columns

Name Title Datatype Nullable Other Description Last edit
sales_order_id int(11) NO auto_increment 1 month ago
customer_id int(11) YES 1 month ago
order_date Date of the order date NO 1 month ago
shipment_date Date when the package was shipped date YES 1 month ago
status String status enum('Pending','Shipped','Completed','Cancelled') NO enum('Pending','Shipped','Completed','Cancelled') 1 month ago