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

Merge branch 'correcciones' into 'main'

Cambio en la migracion

See merge request !33
parents c78e44e7 d2cb3690
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();
        });
    }