⭐ Magento_Review · engine innodb
rating_entity
Rating entities
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["rating_entity"]:::center n0["rating"] click n0 "/schema/table/rating" c -- entity_id --> n0 click c "/schema/table/rating_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 | Entity ID | |
| entity_code | varchar(64) | no | Entity Code |
Keys & indexes
Primary key: entity_id
Unique
- RATING_ENTITY_ENTITY_CODE (entity_code)
Referenced by (1)
- rating .entity_id → .entity_id (on delete CASCADE)