sideplace_app/db/migrate/20160323140318_add_annonce_style_to_annonces.rb

6 lines
150 B
Ruby

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