method

change_table

change_table(table_name, **options)
public

No documentation available.

# File activerecord/lib/active_record/migration/command_recorder.rb, line 120
      def change_table(table_name, **options) # :nodoc:
        yield delegate.update_table_definition(table_name, self)
      end