UserMap
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| BBSystemId | int | yes | ||
| BBSystemKey | int | yes | ||
| BBSystemData | ntext | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ClientUsersID | int | ClientUsers.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_UserMap_ClientUsersID | ClientUsersID | |||
| PK_UserMap | ID | yes | yes | yes |