class AddContestIdToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :contest_id, :integer
end