Shopware 5.6.10 s_filter_attributes
Custom attribute extensions for filter groups.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| filterID | int(11) | YES | Unique Foreign Key → s_filter.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| filterID | filterID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| filterID | s_filter | id |
