class AddColumnOutlineToCourse < ActiveRecord::Migration def change add_column :courses,:outline,:integer,:default => 0 end end