20150320192325_add_fields_to_profiles.rb 180 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 class AddFieldsToProfiles < ActiveRecord::Migration def change add_column :profiles, :sash_id, :integer add_column :profiles, :level, :integer, :default => 0 end end