Preference Table
Topic Last Modified: 2011-01-27
The Preference table contains the users’ client preferences.
Columns
Column | Type | Description |
---|---|---|
prefLabel |
nvarchar (255), not null |
Label with a format such as: <user sip uri>|username.<preference set>. |
prefSeqID |
int, not null |
A sequential number (per label) for versioning purposes. |
prefContent |
nvarchar (max) |
Encoded content. |
lastModifiedBy |
int, not null |
ID of the principal that updated the preference. |
Key
Column | Description |
---|---|
<prefLabel, prefSeqID> |
Primary key. |