Properties for documents.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| internalDocID | bigint | N/A | false | The ID of the document. Primary key. | |
| name | varchar | 100 | false | true | Property name. Primary key. |
| propValue | varchar | 3500 | false | true | Property value. |
| versionID | smallint | N/A | false | The ID of the document. Primary key. |