Shopware 6.7.8.0 seo_url_template
Configurable URL templates (Twig syntax) used to generate SEO URLs for each entity type.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| sales_channel_id | binary(16) | YES | Index
Foreign Key → sales_channel.id |
| route_name | varchar(255) | NO | |
| entity_name | varchar(64) | NO | |
| template | varchar(750) | YES | |
| is_valid | tinyint(1) | NO | Default: 1 |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.seo_url_template.route_name | sales_channel_id,route_name | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| sales_channel_id | sales_channel | id |