Moves the value under from to the key to. Rows without from are left unchanged.
from
to
factory ColumnOperation.rename(String from, {required String to}) = RenameColumn;