class AddLndhubPasswordToUsers < ActiveRecord::Migration[8.0] def change add_column :users, :lndhub_username, :string add_column :users, :lndhub_password, :text end end