MageSmith

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

Columns (4)

NameTypeNullDefaultComment
status varchar(32) noStatus
state varchar(32) noLabel
is_default smallint unsignedno0Is Default
visible_on_front smallint unsignedno0Visible on front

Keys & indexes

Primary key: status, state

References (1)