MageSmith

Magento_Review · engine innodb

review_status

Review statuses

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["review_status"]:::center
  n0["review"]
  click n0 "/schema/table/review"
  c -- status_id --> n0
  click c "/schema/table/review_status"
  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)

NameTypeNullDefaultComment
status_id PKsmallint unsignednoStatus ID
status_code varchar(32) noStatus code

Keys & indexes

Primary key: status_id

Referenced by (1)

  • review .status_id .status_id (on delete NO ACTION)