class AddShowResultToExercise < ActiveRecord::Migration
def change
add_column :exercises, :show_result, :integer
end