MageSmith

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

Columns (2)

NameTypeNullDefaultComment
status varchar(32) noStatus
label varchar(128) noLabel

Keys & indexes

Primary key: status

Referenced by (2)