Document Field types.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| dataTypeID | bigint | N/A | false | The ID of the datatype for this field type. | |
| description | varchar | 1000 | true | true | The field type's description. |
| displayName | varchar | 100 | false | true | The display name of the field type. |
| fieldTypeID | bigint | N/A | false | The ID of the field type. Primary key. | |
| formatter | varchar | 255 | true | The classname of the formatter for this field type. | |
| modifiable | int | N/A | false | Whether or not this field type can be modified. | |
| name | varchar | 20 | false | true | The name of the field type. |
| validator | varchar | 255 | true | The classname of the validator for this field type. |