🛒 Magento_Sales · engine innodb
sales_shipment_item
Sales Flat Shipment Item
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_shipment_item"]:::center n0["sales_shipment"] click n0 "/schema/table/sales_shipment" n0 -- parent_id --> c click c "/schema/table/sales_shipment_item" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (12)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | int unsigned | no | Entity ID | |
| parent_id | int unsigned | no | Parent ID | |
| row_total | decimal | yes | Row Total | |
| price | decimal | yes | Price | |
| weight | decimal | yes | Weight | |
| qty | decimal | yes | Qty | |
| product_id | int | yes | Product ID | |
| order_item_id | int | yes | Order Item ID | |
| additional_data | text | yes | Additional Data | |
| description | text | yes | Description | |
| name | varchar(255) | yes | Name | |
| sku | varchar(255) | yes | Sku |
Keys & indexes
Primary key: entity_id
Indexes
- SALES_SHIPMENT_ITEM_PARENT_ID (parent_id) btree
References (1)
- parent_id → sales_shipment .entity_id (on delete CASCADE)