class AddAnnonceStyleToAnnonces < ActiveRecord::Migration def change add_column :annonces, :annonce_style_id, :integer, :default => 1 end end