# File lib/active_record/connection_adapters/abstract_adapter.rb, line 415
      def rename_column(table_name, column_name, new_column_name)
        raise NotImplementedError, "rename_column is not implemented"
      end