class MigrateExaminationItemName < ActiveRecord::Migration[5.2]
  def change
    change_column :examination_items, :name, :text
  end
end