USERSETTINGSPAGE
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| TABSETTINGS | xml | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| APPUSERID | uniqueidentifier | APPUSER.ID | ||
| PAGEID | uniqueidentifier | PAGEDEFINITIONCATALOG.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_USERSETTINGSPAGE | ID | yes | yes | yes |
| UIX_USERSETTINGSPAGE_APPUSERID_PAGEID | APPUSERID, PAGEID | yes |