The user_settings stores the properties of changed settings from default by user.
| Field | null | Description |
|---|---|---|
| settings_id | Integer | A Unique Id of an setting |
| key | no | Setting name as key |
| value | no | Value of the setting |
| username | yes | Username to which the setting belongs |
| isLocked | no | Whether the setting is locked for user to overwrite it |
| modified | no | timestamp, generated by database at creation time |