MageSmith

📦 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.

Columns (5)

NameTypeNullDefaultComment
value_id PKint unsignednoValue ID
option_id int unsignednoOption ID
store_id smallint unsignednoStore ID
title varchar(255) yesTitle
parent_product_id int unsignednoParent 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)