MageSmith

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.

Columns (2)

NameTypeNullDefaultComment
rating_id smallint unsignedno0Rating ID
store_id smallint unsignedno0Store ID

Keys & indexes

Primary key: rating_id, store_id

Indexes

  • RATING_STORE_STORE_ID (store_id) btree

References (2)

  • store_id store .store_id (on delete CASCADE)
  • rating_id rating .rating_id (on delete CASCADE)