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