class AddDepositProjectUrlToSoftapplications < ActiveRecord::Migration def change add_column :softapplications, :deposit_project_url, :string end end