class AddClaimedDevicesToUsers < ActiveRecord::Migration[6.0]
  def change
    add_column :users, :claimed_devices, :longtext
  end
end
