class AddTermToCourses < ActiveRecord::Migration def change add_column :courses, :term, :string add_column :courses, :string, :string end end