class AddSpecificToAnnonceCat < ActiveRecord::Migration def change add_column :annonce_cats, :specific, :string add_column :annonce_cats, :specific_enabled, :boolean end end