Document type data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| description | varchar | 1000 | true | true | The type's description. |
| name | varchar | 100 | false | true | The name of the document type. |
| presenterID | bigint | N/A | true | The ID of the presenter for document type. | |
| typeID | bigint | N/A | false | The ID of the document type. Primary key. | |
| typeIndex | int | N/A | false | The index of this type. | |
| validator | varchar | 255 | true | true | The classname of validator to validate this document type. |