Shopware 6.7.8.0 app_template
Storefront template overrides and extensions provided by apps.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| template | longtext | NO | |
| path | varchar(1024) | NO | Index |
| active | tinyint(1) | NO | |
| app_id | binary(16) | NO | Index
Foreign Key → app.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| hash | varchar(32) | YES | |
| Index Name | Columns | Unique |
| fk.template.app_id | app_id | No |
| idx.template.path | path | No |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| app_id | app | id |