ColumnDiff
constructor(newColumns: MutableList<String> = mutableListOf(), updatedDataTypes: MutableList<String> = mutableListOf(), removedColumns: MutableList<String> = mutableListOf(), newlyOptionalColumns: MutableList<String> = mutableListOf(), identifierFieldsChanged: Boolean = false)