Parameter | Type | Description | Example |
object | The schema change details for the table. | ||
keepNullability | boolean | Specifies whether the column is nullable. This parameter is required when the | true |
move | The column to move. This parameter is required when | ||
newName | string | The new name of the column. This parameter is required when | new_col_test |
newNullability | boolean | Specifies whether the new column is nullable. This parameter is required when | true |
fieldNames | array | The table column names. This parameter is required when | |
string | The column name. | col | |
dataType | The column type. This parameter is required when | ||
newComment | string | The new description for the column. This parameter is required when | col_comment_test |
action | string | The type of change. | setOption |
comment | string | The description. This parameter is required when | col_comment |
value | string | The value of the configuration. This parameter is required when | 'manifest.delete-file-drop-stats' |
key | string | The key for the configuration. This parameter is required when | 'true' |
newDataType | The new column type. This parameter is required when |