# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 174
      def change_table(table_name)
        yield Table.new(table_name, self)
      end