MageSmith

🛒 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.

Columns (12)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
parent_id int unsignednoParent ID
row_total decimal yesRow Total
price decimal yesPrice
weight decimal yesWeight
qty decimal yesQty
product_id int yesProduct ID
order_item_id int yesOrder Item ID
additional_data text yesAdditional Data
description text yesDescription
name varchar(255) yesName
sku varchar(255) yesSku

Keys & indexes

Primary key: entity_id

Indexes

  • SALES_SHIPMENT_ITEM_PARENT_ID (parent_id) btree

References (1)