A table that stores aggregated activity counts
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| createCount | int | N/A | true | The number of content creates. | |
| creationDate | bigint | N/A | false | The date the activity occurred. | |
| historyID | bigint | N/A | false | The primary key of the history entry. Primary key. | |
| userID | bigint | N/A | false | The userID. | |
| viewCount | int | N/A | true | The number of content views. |