Shopware 6.7.7.1 app_script_condition
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.app_script_condition.app_id | app_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | app_script_condition_translation | app_script_condition_id |
| id | rule_condition | script_id |
