ClientUserProfile
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
UserProfileXML | ntext | yes | ||
Guid | uniqueidentifier | Default = (newid()) |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
UserID | int | yes | ClientUsers.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_ClientUserProfile_UserID | UserID | |||
PK_ClientUserProfile | ID | yes | yes | yes |