Commit d2cb3690 authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Cambio en la migracion

parent f277602d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    public function up(): void
    {
        Schema::table('telefonos', function (Blueprint $table) {
            $table->string('ext')->change();
            $table->string('ext')->change()->nullable();
        });
    }