class AddObjetToContacts < ActiveRecord::Migration def change add_column :contacts, :objet, :text end end