AlterColumnsEntry¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| path | String | Column path to alter | |
| dataType | Object | New data type for the column using JSON representation (optional) | |
| rename | String | New name for the column (optional) | [optional] |
| nullable | Boolean | Whether the column should be nullable (optional) | [optional] |
| virtualColumn | AlterVirtualColumnEntry | Virtual column alterations (optional) | [optional] |