Shopware 6.7.7.1 app_script_condition_translation
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| app_script_condition_id | binary(16) | NO | Primary Key Foreign Key → app_script_condition.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| name | varchar(255) | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.app_script_condition_translation.app_script_condition_id | app_script_condition_id | No |
| fk.app_script_condition_translation.language_id | language_id | No |
| PRIMARY | app_script_condition_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_script_condition_id | app_script_condition | id |
| language_id | language | id |
