From 74853e20414547967b11ab4abe9c00ffa46a24fc Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Mon, 08 Jul 2024 10:40:39 +0200
Subject: [PATCH] aggiunta campi rimanenti

---
 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