Document audit trail (not currently used).
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| alterDate | bigint | N/A | false | The date the document was altered. | |
| alterType | bigint | N/A | false | The type of alteration. | |
| fieldID | bigint | N/A | true | The field ID that was altered. | |
| internalDocID | bigint | N/A | false | The ID of the document. | |
| oldValue | text | N/A | true | true | The old value before alteration. |
| userID | bigint | N/A | true | The user ID. | |
| versionID | int | N/A | false | The version ID. |