socialforge/db/migrate/20130926005448_add_parent_i...

6 lines
115 B
Ruby

class AddParentIdToBid < ActiveRecord::Migration
def change
add_column :bids, :parent_id, :integer
end
end