class AddVisitsToUser < ActiveRecord::Migration def change add_column :users, :visits, :integer, :default => 0 end end