MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_index_tier_price

Catalog Product Tier Price Index Table

Neighbourhood (1-hop foreign-key graph — showing 3 of 3)

flowchart LR
  c["catalog_product_index_tier_price"]:::center
  n0["customer_group"]
  click n0 "/schema/table/customer_group"
  n0 -- customer_group_id --> c
  n1["catalog_product_entity"]
  click n1 "/schema/table/catalog_product_entity"
  n1 -- entity_id --> c
  n2["store_website"]
  click n2 "/schema/table/store_website"
  n2 -- website_id --> c
  click c "/schema/table/catalog_product_index_tier_price"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
customer_group_id int unsignednoCustomer Group ID
website_id smallint unsignednoWebsite ID
min_price decimal yesMin Price

Keys & indexes

Primary key: entity_id, customer_group_id, website_id

Indexes

  • CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER_GROUP_ID (customer_group_id) btree
  • CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE_ID (website_id) btree

References (3)