MageSmith

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

Columns (5)

NameTypeNullDefaultComment
option_id PKint unsignednoOption ID
parent_id int unsignednoParent ID
required smallint unsignedno0Required
position int unsignedno0Position
type varchar(255) yesType

Keys & indexes

Primary key: option_id

Indexes

  • CATALOG_PRODUCT_BUNDLE_OPTION_PARENT_ID (parent_id) btree

References (1)

Referenced by (2)