🛒 Magento_Sales · engine innodb
sales_shipment_track
Sales Flat Shipment Track
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_shipment_track"]:::center n0["sales_shipment"] click n0 "/schema/table/sales_shipment" n0 -- parent_id --> c click c "/schema/table/sales_shipment_track" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (11)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | int unsigned | no | Entity ID | |
| parent_id | int unsigned | no | Parent ID | |
| weight | decimal | yes | Weight | |
| qty | decimal | yes | Qty | |
| order_id | int unsigned | no | Order ID | |
| track_number | text | yes | Number | |
| description | text | yes | Description | |
| title | varchar(255) | yes | Title | |
| carrier_code | varchar(32) | yes | Carrier Code | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| updated_at | timestamp | no | CURRENT_TIMESTAMP | Updated At |
Keys & indexes
Primary key: entity_id
Indexes
- SALES_SHIPMENT_TRACK_PARENT_ID (parent_id) btree
- SALES_SHIPMENT_TRACK_ORDER_ID (order_id) btree
- SALES_SHIPMENT_TRACK_CREATED_AT (created_at) btree
References (1)
- parent_id → sales_shipment .entity_id (on delete CASCADE)