📦 Magento_Catalog · engine innodb
catalog_product_option_price
Catalog Product Option Price Table
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["catalog_product_option_price"]:::center n0["catalog_product_option"] click n0 "/schema/table/catalog_product_option" n0 -- option_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/catalog_product_option_price" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| option_price_id PK | int unsigned | no | Option Price ID | |
| option_id | int unsigned | no | 0 | Option ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| price | decimal | no | 0 | Price |
| price_type | varchar(7) | no | fixed | Price Type |
Keys & indexes
Primary key: option_price_id
Unique
- CATALOG_PRODUCT_OPTION_PRICE_OPTION_ID_STORE_ID (option_id, store_id)
Indexes
- CATALOG_PRODUCT_OPTION_PRICE_STORE_ID (store_id) btree
References (2)
- option_id → catalog_product_option .option_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)