# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 100
      def rename_table(name, new_name)
        raise NotImplementedError, "rename_table is not implemented"
      end