🛒 Magento_Sales · engine innodb
sales_shipment_comment
Sales Flat Shipment Comment
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_shipment_comment"]:::center n0["sales_shipment"] click n0 "/schema/table/sales_shipment" n0 -- parent_id --> c click c "/schema/table/sales_shipment_comment" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (9)
| 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 | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| updated_at | timestamp | yes | CURRENT_TIMESTAMP | Updated At |
| user_id | int unsigned | no | 0 | Admin User ID |
| user_type | int unsigned | no | 0 | User Type |
Keys & indexes
Primary key: entity_id
Unique
- SALES_SHIPMENT_COMMENT_ENTITY_ID_USER_ID_USER_TYPE (entity_id, user_id, user_type)
Indexes
- SALES_SHIPMENT_COMMENT_CREATED_AT (created_at) btree
- SALES_SHIPMENT_COMMENT_PARENT_ID (parent_id) btree
References (1)
- parent_id → sales_shipment .entity_id (on delete CASCADE)