🛒 Magento_Sales · engine innodb
sales_order_status_change_history
Save the updated order status with timestamp
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_order_status_change_history"]:::center n0["sales_order"] click n0 "/schema/table/sales_order" n0 -- order_id --> c click c "/schema/table/sales_order_status_change_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 (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | int unsigned | no | Entity ID | |
| order_id | int unsigned | no | Order ID | |
| status | varchar(32) | no | Order Status | |
| created_at | datetime | no | CURRENT_TIMESTAMP | Order status updated at |
Keys & indexes
Primary key: entity_id
References (1)
- order_id → sales_order .entity_id (on delete CASCADE)