Field values.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| fieldID | bigint | N/A | false | The field ID. | |
| internalDocID | bigint | N/A | false | The ID of the document. | |
| numValue | bigint | N/A | true | The option ID if the field is a selection. | |
| strValue | varchar | 3500 | true | true | The string value for the field's value if it's not a selection. |
| versionID | int | N/A | false | The ID of the document version. |