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