class AddStatusToExerciseUser < ActiveRecord::Migration
def change
add_column :exercise_users, :status, :integer
end