Document version table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | The creation date of the document version. | |
| internalDocID | bigint | N/A | false | The ID of the document. Primary key. | |
| language | char | 2 | false | The language for the document version. | |
| minorVersion | smallint | N/A | false | Whether or not the version is a minor change to the document. | |
| modificationDate | bigint | N/A | false | The date of the last modification to the document version. | |
| recordID | bigint | N/A | false | The ID of the document version. | |
| state | varchar | 20 | false | The current document state (constants defined in the application). | |
| status | int | N/A | false | The published status of the document. | |
| summary | text | N/A | true | true | A summary for the document. |
| title | varchar | 255 | false | true | The document title. |
| userID | bigint | N/A | false | The user ID who created the document version. | |
| versionID | int | N/A | false | The version ID. Primary key. |