From 0991a9fb42afabd45d2b7504b84d6484b241c35d Mon Sep 17 00:00:00 2001
From: Filippo Bertilotti <filippobertilotti@gmail.com>
Date: Mon, 22 Jul 2024 12:03:54 +0200
Subject: [PATCH] creazione nuova richiesta relativa al form e controllo sui campi

---
 database/migrations/2023_05_02_170506_create_fakesso_vodafoneusers.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/database/migrations/2023_05_02_170506_create_fakesso_vodafoneusers.php b/database/migrations/2023_05_02_170506_create_fakesso_vodafoneusers.php
index 6ff682e..9af7a2f 100644
--- a/database/migrations/2023_05_02_170506_create_fakesso_vodafoneusers.php
+++ b/database/migrations/2023_05_02_170506_create_fakesso_vodafoneusers.php
@@ -15,6 +15,7 @@
             $table->string('Surname', 255)->nullable();
             $table->string('EmailAddress', 255)->nullable();
             $table->string('ProfileIdentifier', 255)->nullable();
+            $table->string('Username', 255)->nullable();
             $table->string('FiscalCode', 255)->nullable();
             $table->string('Type_ID', 255)->nullable();
             $table->string('Custcode', 255)->nullable();

--
Gitblit v1.8.0