MageSmith

🛒 Magento_Sales · engine innodb

sales_order_status_history

Sales Flat Order Status History

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["sales_order_status_history"]:::center
  n0["sales_order"]
  click n0 "/schema/table/sales_order"
  n0 -- parent_id --> c
  click c "/schema/table/sales_order_status_history"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Related tables (1)

Columns (8)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
parent_id int unsignednoParent ID
is_customer_notified int yesIs Customer Notified
is_visible_on_front smallint unsignedno0Is Visible On Front
comment text yesComment
status varchar(32) yesStatus
created_at timestamp noCURRENT_TIMESTAMPCreated At
entity_name varchar(32) yesShows what entity history is bind to.

Keys & indexes

Primary key: entity_id

Indexes

  • SALES_ORDER_STATUS_HISTORY_PARENT_ID (parent_id) btree
  • SALES_ORDER_STATUS_HISTORY_CREATED_AT (created_at) btree

References (1)

  • parent_id sales_order .entity_id (on delete CASCADE)