Audit table for moderation events.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| modDate | bigint | N/A | false | Date of modification/decision. | |
| modValue | bigint | N/A | false | Resulting moderation value. | |
| objectID | bigint | N/A | false | Object ID of object which has had a change in moderation value. | |
| objectType | int | N/A | false | Object Type (for example, Message, Thread). | |
| userID | bigint | N/A | true | User ID of user who made moderation decision. |