MageSmith

🔍 Magento_AdvancedSearch · engine innodb

catalogsearch_recommendations

Advanced Search Recommendations

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

flowchart LR
  c["catalogsearch_recommendations"]:::center
  n0["search_query"]
  click n0 "/schema/table/search_query"
  n0 -- query_id --> c
  click c "/schema/table/catalogsearch_recommendations"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
id PKint unsignednoID
query_id int unsignedno0Query ID
relation_id int unsignedno0Relation ID

Keys & indexes

Primary key: id

References (2)