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