20111220190817_add_coloscheme_option_to_user.rb 162 Bytes Edit Raw Blame History 1 2 3 4 5 class AddColoschemeOptionToUser < ActiveRecord::Migration def change add_column :users, :dark_scheme, :boolean, :default => false, :null => false end end