📦 Magento_Catalog · engine innodb
catalog_product_entity_decimal
Catalog Product Decimal Attribute Backend Table
Neighbourhood (1-hop foreign-key graph — showing 3 of 3)
flowchart LR c["catalog_product_entity_decimal"]:::center n0["eav_attribute"] click n0 "/schema/table/eav_attribute" n0 -- attribute_id --> c n1["catalog_product_entity"] click n1 "/schema/table/catalog_product_entity" n1 -- entity_id --> c n2["store"] click n2 "/schema/table/store" n2 -- store_id --> c click c "/schema/table/catalog_product_entity_decimal" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int unsigned | no | Value ID | |
| attribute_id | smallint unsigned | no | 0 | Attribute ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| entity_id | int unsigned | no | 0 | Entity ID |
| value | decimal | yes | Value |
Keys & indexes
Primary key: value_id
Unique
- CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID (entity_id, attribute_id, store_id)
Indexes
- CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID (store_id) btree
- CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID (attribute_id) btree
References (3)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)
- entity_id → catalog_product_entity .entity_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)