20200630190544_add_webauthn_id_to_users.rb 126 B

12345
  1. class AddWebauthnIdToUsers < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :users, :webauthn_id, :string
  4. end
  5. end