Exposed 0.56.0, postgres.
Actual:
When I only change the column type, the resulting file is empty. If I also change the column name, the file contains addion of the new text column and removal of the old one.
Expected:
Something like ALTER TABLE your_table ALTER COLUMN your_column TYPE TEXT;
.