Column Name  | 
Data Type  | 
Description  | 
|---|---|---|
ID  | 
int  | 
Globally unique primary key  | 
PREFERENCE_NAME  | 
varchar  | 
Name of the preference  | 
PREFERENCE_VALUE  | 
nvarchar  | 
Value of the preference  | 
USER_ID  | 
int  | 
User ID (SI_ID) of the user who's preference the row belongs to  | 
 
See also