Database Table DataType |
[This is preliminary documentation and is subject to change.]
The DataType table holds the legal values for data types (such as None, Integer, Float etc.)
Field name | Type | Note | Description |
---|---|---|---|
Number | int | Primary key | The id for the datatype |
Name | varchar(255) | The caption for the data type (None,Integer,Float etc.) |