MageSmith

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

Columns (11)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
parent_id int unsignednoParent ID
weight decimal yesWeight
qty decimal yesQty
order_id int unsignednoOrder ID
track_number text yesNumber
description text yesDescription
title varchar(255) yesTitle
carrier_code varchar(32) yesCarrier Code
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp noCURRENT_TIMESTAMPUpdated 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)