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