Shopware 6.7.8.0 app_action_button
Defines custom action buttons added by apps to Administration module views.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| entity | varchar(255) | NO | |
| view | varchar(255) | NO | |
| url | varchar(255) | NO | |
| action | varchar(255) | NO | Index |
| app_id | binary(16) | NO | Index
Foreign Key → app.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.app_action_button.app_id | app_id | No |
| PRIMARY | id | Yes |
| uniq.app_action_button.action | action,app_id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| app_id | app | id |
Relations (to this table)
1 relations