UserRoles
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ManuallyAdded | bit | Default = 0 | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ClientUsersID | int | ClientUsers.ID | ||
| ClientRolesID | int | ClientRoles.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_UserRoles_ClientRolesID | ClientRolesID, ManuallyAdded | |||
| IX_UserRoles_ClientUsersID | ClientUsersID | |||
| IX_UserRoles | ClientUsersID, ClientRolesID | yes |