Shopware 6.1.0 property_group
Property groups (e.g. 'Color', 'Size', 'Material') used for variants and filterable properties.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| sorting_type | varchar(50) | NO | Default: alphanumeric |
| display_type | varchar(50) | NO | Default: text |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | property_group_translation | property_group_id |
| id | property_group_option | property_group_id |
