modifyColumn
Returns the SQL statement that modifies the specified column.
open fun modifyColumn(originalColumnData: ColumnMetadata, column: Column<*>, columnDiff: ColumnDiff): List<String>
Returns the SQL statement that modifies the specified column, using the current originalColumnData state.