📦 Magento_Bundle · engine innodb
catalog_product_bundle_selection_price
Catalog Product Bundle Selection Price
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["catalog_product_bundle_selection_price"]:::center n0["store_website"] click n0 "/schema/table/store_website" n0 -- website_id --> c n1["catalog_product_bundle_selection"] click n1 "/schema/table/catalog_product_bundle_selection" n1 -- selection_id --> c click c "/schema/table/catalog_product_bundle_selection_price" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| selection_id | int unsigned | no | Selection ID | |
| website_id | smallint unsigned | no | Website ID | |
| selection_price_type | smallint unsigned | no | 0 | Selection Price Type |
| selection_price_value | decimal | no | 0 | Selection Price Value |
| parent_product_id | int unsigned | no | Parent Product ID |
Keys & indexes
Primary key: selection_id, parent_product_id, website_id
Indexes
- CATALOG_PRODUCT_BUNDLE_SELECTION_PRICE_WEBSITE_ID (website_id) btree
References (2)
- website_id → store_website .website_id (on delete CASCADE)
- selection_id → catalog_product_bundle_selection .selection_id (on delete CASCADE)