⭐ Magento_Review · engine innodb
review_entity_summary
Review aggregates
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["review_entity_summary"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/review_entity_summary" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (6)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| primary_id PK | bigint | no | Summary review entity ID | |
| entity_pk_value | bigint | no | 0 | Product ID |
| entity_type | smallint | no | 0 | Entity type ID |
| reviews_count | smallint | no | 0 | Qty of reviews |
| rating_summary | smallint | no | 0 | Summarized rating |
| store_id | smallint unsigned | no | 0 | Store ID |
Keys & indexes
Primary key: primary_id
Indexes
- REVIEW_ENTITY_SUMMARY_STORE_ID (store_id) btree
References (1)
- store_id → store .store_id (on delete CASCADE)