🛒 Magento_Sales · engine innodb
sales_order_status
Sales Order Status Table
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["sales_order_status"]:::center n0["sales_order_status_label"] click n0 "/schema/table/sales_order_status_label" c -- status --> n0 n1["sales_order_status_state"] click n1 "/schema/table/sales_order_status_state" c -- status --> n1 click c "/schema/table/sales_order_status" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| status | varchar(32) | no | Status | |
| label | varchar(128) | no | Label |
Keys & indexes
Primary key: status
Referenced by (2)
- sales_order_status_label .status → .status (on delete CASCADE)
- sales_order_status_state .status → .status (on delete CASCADE)