| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of Column. | [optional] [default to null] |
| type_text | String | Full data type specification as SQL/catalogString text. | [optional] [default to null] |
| type_json | String | Full data type specification, JSON-serialized. | [optional] [default to null] |
| type_name | ColumnTypeName | [optional] [default to null] | |
| type_precision | Integer | Digits of precision; required for DecimalTypes. | [optional] [default to null] |
| type_scale | Integer | Digits to right of decimal; Required for DecimalTypes. | [optional] [default to null] |
| type_interval_type | String | Format of IntervalType. | [optional] [default to null] |
| position | Integer | Ordinal position of column (starting at position 0). | [optional] [default to null] |
| comment | String | User-provided free-form text description. | [optional] [default to null] |
| nullable | Boolean | Whether field may be Null. | [optional] [default to true] |
| partition_index | Integer | Partition index for column. | [optional] [default to null] |