1class AddExerciseIdToExerciseSets < ActiveRecord::Migration 2 def change 3 add_column :exercise_sets, :exercise_id, :uuid 4 end 5end