class AddConfirmedToRegistrations < ActiveRecord::Migration[5.2] def change add_column :mr_common_registrations, :confirmed, :boolean end end