method

change_table

change_table(table_name, options = {})
public

No documentation available.

# File activerecord/lib/active_record/migration/command_recorder.rb, line 88
      def change_table(table_name, options = {})
        yield ConnectionAdapters::Table.new(table_name, self)
      end