1class MakeExerciseIdNotNull < ActiveRecord::Migration 2 def change 3 change_column :exercise_sets, :exercise_id, :uuid, null: false 4 end 5end