20120119203233_fix_notable_key.rb 132 Bytes Edit Raw Blame History 1 2 3 4 5 class FixNotableKey < ActiveRecord::Migration def change change_column :notes, :noteable_id, :integer, :limit => 11 end end