Filippo Bertilotti
5 days ago 06f7b6188fe152cd561e60ff1abf2bac56773347
database/migrations/2023_05_02_170537_create_fakesso_msisdn.php
@@ -16,7 +16,8 @@
            $table->string('IdPiano', 255)->nullable();
            $table->string('VodafoneOne', 255)->nullable();
            $table->string('TopClub', 255)->nullable();
            $table->string('SenioriryCluster', 255)->nullable();
            $table->string('SeniorityCluster', 255)->nullable();
            $table->string('SimSeniorityDate', 255)->nullable();
            $table->timestamps();
        });
    }