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