📦 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.
Related tables (3)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id | int unsigned | no | Entity ID | |
| website_id | smallint unsigned | no | Website ID | |
| customer_group_id | int unsigned | no | Customer Group ID | |
| min_price | decimal | no | Min Price | |
| max_price | decimal | no | Max 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)
- customer_group_id → customer_group .customer_group_id (on delete CASCADE)
- entity_id → catalog_product_entity .entity_id (on delete CASCADE)
- website_id → store_website .website_id (on delete CASCADE)