MageSmith

📄 Magento_Sitemap · engine innodb

sitemap

XML Sitemap

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

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

Click a node to jump to that table.

Related tables (1)

Columns (6)

NameTypeNullDefaultComment
sitemap_id PKint unsignednoSitemap ID
sitemap_type varchar(32) yesSitemap Type
sitemap_filename varchar(32) yesSitemap Filename
sitemap_path varchar(255) yesSitemap Path
sitemap_time timestamp yesSitemap Time
store_id smallint unsignedno0Store ID

Keys & indexes

Primary key: sitemap_id

Indexes

  • SITEMAP_STORE_ID (store_id) btree

References (1)

  • store_id store .store_id (on delete CASCADE)