MageSmith

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)

NameTypeNullDefaultComment
primary_id PKbigint noSummary review entity ID
entity_pk_value bigint no0Product ID
entity_type smallint no0Entity type ID
reviews_count smallint no0Qty of reviews
rating_summary smallint no0Summarized rating
store_id smallint unsignedno0Store 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)