📦 Magento_Bundle · engine innodb
catalog_product_bundle_option_value
Catalog Product Bundle Option Value
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["catalog_product_bundle_option_value"]:::center n0["catalog_product_bundle_option"] click n0 "/schema/table/catalog_product_bundle_option" n0 -- option_id --> c click c "/schema/table/catalog_product_bundle_option_value" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int unsigned | no | Value ID | |
| option_id | int unsigned | no | Option ID | |
| store_id | smallint unsigned | no | Store ID | |
| title | varchar(255) | yes | Title | |
| parent_product_id | int unsigned | no | Parent Product ID |
Keys & indexes
Primary key: value_id
Unique
- CAT_PRD_BNDL_OPT_VAL_OPT_ID_PARENT_PRD_ID_STORE_ID (option_id, parent_product_id, store_id)
References (1)
- option_id → catalog_product_bundle_option .option_id (on delete CASCADE)