Methods
C
Instance Public methods
change()
# File activerecord/test/cases/invertible_migration_test.rb, line 72
def change
  change_table("horses") do |t|
    t.remove_index [:name, :color]
  end
end