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