📦 Magento_Bundle · engine innodb
catalog_product_bundle_option
Catalog Product Bundle Option
Neighbourhood (1-hop foreign-key graph — showing 3 of 3)
flowchart LR c["catalog_product_bundle_option"]:::center n0["catalog_product_entity"] click n0 "/schema/table/catalog_product_entity" n0 -- parent_id --> c n1["catalog_product_bundle_selection"] click n1 "/schema/table/catalog_product_bundle_selection" c -- option_id --> n1 n2["catalog_product_bundle_option_value"] click n2 "/schema/table/catalog_product_bundle_option_value" c -- option_id --> n2 click c "/schema/table/catalog_product_bundle_option" 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 |
|---|---|---|---|---|
| option_id PK | int unsigned | no | Option ID | |
| parent_id | int unsigned | no | Parent ID | |
| required | smallint unsigned | no | 0 | Required |
| position | int unsigned | no | 0 | Position |
| type | varchar(255) | yes | Type |
Keys & indexes
Primary key: option_id
Indexes
- CATALOG_PRODUCT_BUNDLE_OPTION_PARENT_ID (parent_id) btree
References (1)
- parent_id → catalog_product_entity .entity_id (on delete CASCADE)
Referenced by (2)
- catalog_product_bundle_option_value .option_id → .option_id (on delete CASCADE)
- catalog_product_bundle_selection .option_id → .option_id (on delete CASCADE)