Shopware 6.7.7.1 script
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| script | longtext | NO | |
| hook | varchar(255) | NO | Index |
| name | varchar(1024) | NO | |
| active | tinyint(1) | NO | |
| app_id | binary(16) | YES | Index Foreign Key → app.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.app_script.app_id | app_id | No |
| idx.app_script.hook | hook | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
