Shopware 6.7.7.1 seo_url_template
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.seo_url_template.route_name | sales_channel_id,route_name | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| sales_channel_id | sales_channel | id |
