class AddIsMdToExerciseBanks < ActiveRecord::Migration[5.2] def change add_column :exercise_banks, :is_md, :boolean, default: 1 end end