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

Modificamos valores para la tabla de contactos

parent d8695494
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@ public function up(): void
            $table->string('estado')->nullable();
            $table->string('pais')->nullable();
            $table->string('domicilio_par')->nullable();
            $table->integer('cp_par')->nullable();
            $table->integer('codigo_postal_par')->nullable();
            $table->string('localidad_par')->nullable();
            $table->string('municipio_par')->nullable();
            $table->string('estado_par')->nullable();
            $table->string('pais_par')->nullable();
            $table->boolean('finado')->nullable();
            $table->boolean('finado')->default(false);
            $table->string('foto_perfil')->nullable();
            $table->unsignedBigInteger('conyuge_id')->nullable();
            $table->unsignedBigInteger('profesion_id')->nullable();