Shopware 6.7.7.1 app_template
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.template.app_id | app_id | No |
| idx.template.path | path | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
