Loading database/migrations/2024_06_23_201805_create_contactos_table.php +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
database/migrations/2024_06_23_201805_create_contactos_table.php +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading