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