Renames an existing column.
void renameColumn(String from, String to) { _renamedColumns.add(ColumnRename(from: from, to: to)); }