MageSmith

📦 Magento_CatalogUrlRewrite · engine innodb

catalog_url_rewrite_product_category

url_rewrite_relation

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

flowchart LR
  c["catalog_url_rewrite_product_category"]:::center
  n0["catalog_product_entity"]
  click n0 "/schema/table/catalog_product_entity"
  n0 -- product_id --> c
  n1["url_rewrite"]
  click n1 "/schema/table/url_rewrite"
  n1 -- url_rewrite_id --> c
  n2["catalog_category_entity"]
  click n2 "/schema/table/catalog_category_entity"
  n2 -- category_id --> c
  click c "/schema/table/catalog_url_rewrite_product_category"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
url_rewrite_id int unsignednourl_rewrite_id
category_id int unsignednocategory_id
product_id int unsignednoproduct_id

Keys & indexes

Primary key: url_rewrite_id

Indexes

  • CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID (category_id, product_id) btree

References (3)