socialforge/db/migrate/20130926005448_add_parent_i...

6 lines
115 B
Ruby
Raw Normal View History

2013-09-26 09:06:29 +08:00
class AddParentIdToBid < ActiveRecord::Migration
def change
add_column :bids, :parent_id, :integer
end
end