Shopware 6.4.17.1 user_config
Per-user Administration UI preferences (grid column widths, last-visited pages, favorites).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| user_id | binary(16) | NO | Index
Foreign Key → user.id |
| key | varchar(255) | NO | |
| value | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.user_id_key | user_id,key | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| user_id | user | id |