MageSmith

🛒 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.

Columns (3)

NameTypeNullDefaultComment
status varchar(32) noStatus
store_id smallint unsignednoStore ID
label varchar(128) noLabel

Keys & indexes

Primary key: status, store_id

Indexes

  • SALES_ORDER_STATUS_LABEL_STORE_ID (store_id) btree

References (2)