MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_option

Catalog Product Option Table

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

flowchart LR
  c["catalog_product_option"]:::center
  n0["catalog_product_entity"]
  click n0 "/schema/table/catalog_product_entity"
  n0 -- product_id --> c
  n1["catalog_product_option_type_value"]
  click n1 "/schema/table/catalog_product_option_type_value"
  c -- option_id --> n1
  n2["catalog_product_option_price"]
  click n2 "/schema/table/catalog_product_option_price"
  c -- option_id --> n2
  n3["catalog_product_option_title"]
  click n3 "/schema/table/catalog_product_option_title"
  c -- option_id --> n3
  click c "/schema/table/catalog_product_option"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (10)

NameTypeNullDefaultComment
option_id PKint unsignednoOption ID
product_id int unsignedno0Product ID
type varchar(50) yesType
is_require smallint no1Is Required
sku varchar(64) yesSKU
max_characters int unsignedyesMax Characters
file_extension varchar(50) yesFile Extension
image_size_x smallint unsignedyesImage Size X
image_size_y smallint unsignedyesImage Size Y
sort_order int unsignedno0Sort Order

Keys & indexes

Primary key: option_id

Indexes

  • CATALOG_PRODUCT_OPTION_PRODUCT_ID (product_id) btree

References (1)

Referenced by (3)