class CreateNaiRealms < ActiveRecord::Migration[6.0]
  def change
    create_table :nai_realms do |t|
      t.string :realm_name
      t.string :realm_format
      t.string :authentication
      t.text :gpp_plmn_id
      t.integer :hotspot20_id

      t.timestamps
    end
  end
end
