ClientUserMRU
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| UserID | int | |||
| ObjectTypeID | int | |||
| LastAccessed | datetime | |||
| ObjectID | int | |||
| ContentID | int |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_ClientUserMRU | UserID | |||
| PK_ClientUserMRU | ID | yes | yes | yes |