sideplace_app/db/migrate/20150621202226_add_specific_to_annonce_cat.rb

7 lines
186 B
Ruby

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