UserPreference
Stores user-specific preferences for features, notifications, and customization settings.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the user preference record. | |
| UserId | String | True |
User.Id |
Identifier of the user associated with this preference setting. |
| Preference | String | True |
Name of the specific user preference being set, such as language, theme, or notification behavior. | |
| Value | String | True |
Value assigned to the user preference, which determines how the setting behaves. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to the preference record. |