Newer
Older
dmpopidor / db / migrate / 20171013152425_add_principal_investigator_phone_to_plans.rb
class AddPrincipalInvestigatorPhoneToPlans < ActiveRecord::Migration
  def change
    add_column :plans, :principal_investigator_phone, :string
  end
end