# File lib/dm-migrations/sql/postgres.rb, line 39
    def change_column_type_statement(name, column)
      "ALTER TABLE #{quote_name(name)} ALTER COLUMN #{column.to_sql}"
    end