class AddFailedCountToLogins < ActiveRecord::Migration[8.0] def change add_column :logins, :failed_count, :integer, default: 0 end end