class AddCiviliteToParticulars < ActiveRecord::Migration def change add_column :particulars, :civilite, :string end end