I added a column to a table, and I would now like to update that column with a value calculated from an other column.For example, in SQL I could do: update Table set Column1 = 'foo' + Column2 Is this possible with FluentMigrator?