Shopware 6.7.8.0 app_script_condition
Custom rule conditions provided by apps via Twig-based scripts for the Rule Builder.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| app_id | binary(16) | NO | Index
Foreign Key → app.id |
| identifier | varchar(255) | NO | |
| active | tinyint(1) | NO | Default: 1 |
| group | varchar(255) | YES | |
| script | longtext | YES | |
| constraints | longblob | YES | |
| config | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.app_script_condition.app_id | app_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| app_id | app | id |
Relations (to this table)
2 relations