SearchLog
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SearchTypeFilter | int | |||
| ClientID | int | |||
| ClientUserID | int | |||
| Text | nvarchar(255) | |||
| CreateDate | datetime | Default = getutcdate() |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SearchEntry | ID | yes | yes |