# File lib/active_record/connection_adapters/abstract_adapter.rb, line 403
      def change_column(table_name, column_name, type, options = {})
        raise NotImplementedError, "change_column is not implemented"
      end