⭐ Magento_Review · engine innodb
review_entity
Review entities
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["review_entity"]:::center n0["review"] click n0 "/schema/table/review" c -- entity_id --> n0 click c "/schema/table/review_entity" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | smallint unsigned | no | Review entity ID | |
| entity_code | varchar(32) | no | Review entity code |
Keys & indexes
Primary key: entity_id
Referenced by (1)
- review .entity_id → .entity_id (on delete CASCADE)