The User-Settings data record contains changed settings by the user. Not saved or changed settings will be generated from Backend.
| Key | Type | Value |
|---|---|---|
| settingsId | Integer | A Unique Id of an setting |
| key | String | Setting name |
| value | TEXT | The saved value of the setting |
| username | String | Username to which the setting belongs |
| isLocked | Boolean | Whether the setting is locked for user to overwrite it |
| modified | TimeStamp | automatically created timestamp of last change |