You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/db/migrate/20130926005448_add_parent_i...

6 lines
115 B

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