MageSmith

📦 Magento_Bundle · engine innodb

catalog_product_bundle_selection

Catalog Product Bundle Selection

Neighbourhood (1-hop foreign-key graph — showing 3 of 3)

flowchart LR
  c["catalog_product_bundle_selection"]:::center
  n0["catalog_product_bundle_option"]
  click n0 "/schema/table/catalog_product_bundle_option"
  n0 -- option_id --> c
  n1["catalog_product_entity"]
  click n1 "/schema/table/catalog_product_entity"
  n1 -- product_id --> c
  n2["catalog_product_bundle_selection_price"]
  click n2 "/schema/table/catalog_product_bundle_selection_price"
  c -- selection_id --> n2
  click c "/schema/table/catalog_product_bundle_selection"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (10)

NameTypeNullDefaultComment
selection_id PKint unsignednoSelection ID
option_id int unsignednoOption ID
parent_product_id int unsignednoParent Product ID
product_id int unsignednoProduct ID
position int unsignedno0Position
is_default smallint unsignedno0Is Default
selection_price_type smallint unsignedno0Selection Price Type
selection_price_value decimal no0Selection Price Value
selection_qty decimal yesSelection Qty
selection_can_change_qty smallint no0Selection Can Change Qty

Keys & indexes

Primary key: selection_id

Indexes

  • CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION_ID (option_id) btree
  • CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT_ID (product_id) btree

References (2)

Referenced by (1)