class AddPgpFprToUsers < ActiveRecord::Migration[7.1] def change add_column :users, :pgp_fpr, :string end end