⭐ Magento_Review · engine innodb
rating_store
Rating Store
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["rating_store"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c n1["rating"] click n1 "/schema/table/rating" n1 -- rating_id --> c click c "/schema/table/rating_store" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| rating_id | smallint unsigned | no | 0 | Rating ID |
| store_id | smallint unsigned | no | 0 | Store ID |
Keys & indexes
Primary key: rating_id, store_id
Indexes
- RATING_STORE_STORE_ID (store_id) btree