class AddRaisonTextToContacts < ActiveRecord::Migration def change add_column :contacts, :raison_text, :string end end