Shopware 6.7.8.1 app_administration_snippet
Stores Administration UI translation snippets provided by apps.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| app_id | binary(16) | NO | Index
Foreign Key → app.id |
| locale_id | binary(16) | NO | Index
Foreign Key → locale.id |
| value | json | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.app_id | app_id | No |
| fk.locale_id | locale_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| app_id | app | id |
| locale_id | locale | id |