Shopware 6.7.7.1 property_group
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 | |
| filterable | tinyint(1) | NO | Default: 1 |
| visible_on_product_detail_page | tinyint(1) | YES | Default: 1 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | property_group_option | property_group_id |
| id | property_group_translation | property_group_id |
