📄 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| sitemap_id PK | int unsigned | no | Sitemap ID | |
| sitemap_type | varchar(32) | yes | Sitemap Type | |
| sitemap_filename | varchar(32) | yes | Sitemap Filename | |
| sitemap_path | varchar(255) | yes | Sitemap Path | |
| sitemap_time | timestamp | yes | Sitemap Time | |
| store_id | smallint unsigned | no | 0 | Store ID |
Keys & indexes
Primary key: sitemap_id
Indexes
- SITEMAP_STORE_ID (store_id) btree
References (1)
- store_id → store .store_id (on delete CASCADE)