UserPages
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| UserPageTemplateId | int | |||
| ClientUserId | int | |||
| DisplayName | nvarchar(100) | |||
| IsPublished | bit | Default = 0 | ||
| RealmContextId | int | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_UserPages | ID | yes | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| UserPagesEditors | UserPagesID |