class AddAvatarToCourses < ActiveRecord::Migration
def change
add_column :courses, :avatar, :string
end