socialforge/db/migrate/20151118014720_add_show_res...

6 lines
129 B
Ruby
Raw Normal View History

2015-11-18 10:46:56 +08:00
class AddShowResultToExercise < ActiveRecord::Migration
def change
add_column :exercises, :show_result, :integer
end
end