Shopware 5.7.16 s_sitemap_custom
Custom URL entries added to the generated XML sitemap.
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| url | varchar(512) | NO | |
| priority | int(11) | NO | |
| change_freq | varchar(20) | NO | |
| last_mod | datetime | NO | |
| shop_id | int(11) unsigned | YES | Index
Foreign Key → s_core_shops.id |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| shop_id | shop_id | No |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| shop_id | s_core_shops | id |