Flowdock
method

change_table

Importance_0
change_table(table_name, options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/migration/command_recorder.rb, line 88
      def change_table(table_name, options = {})
        yield delegate.update_table_definition(table_name, self)
      end
Register or log in to add new notes.