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