class AddProjectToSoftapplication < ActiveRecord::Migration def change add_column :softapplications, :project_id, :integer end end