class AddValidationCheckedField < ActiveRecord::Migration[7.0] def change add_column :log_validations, :checked, :boolean end end