class AddSoftapplicationIdToSoftapplications < ActiveRecord::Migration
  def change
    add_column :softapplications, :softapplication_id, :integer
  end
end