Audit messages resulting from admin activity
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| auditMessageID | bigint | N/A | false | Audit Message ID. Primary key. | |
| description | varchar | 1024 | false | true | Logical name of the action. |
| details | varchar | 2048 | true | The description of the action performed. | |
| node | varchar | 512 | false | The ip address of the node on which the action was initiated. | |
| timestamp | bigint | N/A | false | Date and time of when the action took place. | |
| userID | bigint | N/A | false | ID of user who performed the action. |