MageSmith

📦 Magento_Bundle · engine innodb

catalog_product_bundle_price_index

Catalog Product Bundle Price Index

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

flowchart LR
  c["catalog_product_bundle_price_index"]:::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_bundle_price_index"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
website_id smallint unsignednoWebsite ID
customer_group_id int unsignednoCustomer Group ID
min_price decimal noMin Price
max_price decimal noMax Price

Keys & indexes

Primary key: entity_id, website_id, customer_group_id

Indexes

  • CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE_ID (website_id) btree
  • CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP_ID (customer_group_id) btree

References (3)