Shopware 5.7.7 s_multi_edit_filter
Saved filter presets for the batch product editing (multi-edit) feature.
| Column | Type | Nullable | Additional |
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| filter_string | text | NO | |
| description | text | NO | |
| created | datetime | YES | Default: 0000-00-00 00:00:00 |
| is_favorite | tinyint(1) | NO | Default: 0 |
| is_simple | tinyint(1) | NO | Default: 0 |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |