SalesOrders (Sales Orders)
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 | 4 months ago | ||
customer_id | int(11) | YES | 4 months ago | |||
order_date | Date of the order | date | NO | 4 months ago | ||
shipment_date | Date when the package was shipped | date | YES | 4 months ago | ||
status | String status | enum('Pending','Shipped','Completed','Cancelled') | NO | enum('Pending','Shipped','Completed','Cancelled') | 4 months ago |