🛒 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | int unsigned | no | Entity ID | |
| parent_id | int unsigned | no | Parent ID | |
| is_customer_notified | int | yes | Is Customer Notified | |
| is_visible_on_front | smallint unsigned | no | 0 | Is Visible On Front |
| comment | text | yes | Comment | |
| status | varchar(32) | yes | Status | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| entity_name | varchar(32) | yes | Shows 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)