Loading database/migrations/2024_06_30_182925_create_telefonos_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ public function up(): void $table->unsignedBigInteger('contacto_id'); $table->timestamps(); $table->foreign('contacto_id')->references('id')->on('contactos'); $table->foreign('contacto_id')->references('id')->on('contactos')->onDelete('cascade')->onUpdate('cascade'); }); } Loading database/migrations/2024_06_30_200630_create_redes_sociales_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ public function up(): void $table->unsignedBigInteger('contacto_id'); $table->timestamps(); $table->foreign('contacto_id')->references('id')->on('contactos'); $table->foreign('contacto_id')->references('id')->on('contactos')->onDelete('cascade')->onUpdate('cascade'); }); } Loading Loading
database/migrations/2024_06_30_182925_create_telefonos_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ public function up(): void $table->unsignedBigInteger('contacto_id'); $table->timestamps(); $table->foreign('contacto_id')->references('id')->on('contactos'); $table->foreign('contacto_id')->references('id')->on('contactos')->onDelete('cascade')->onUpdate('cascade'); }); } Loading
database/migrations/2024_06_30_200630_create_redes_sociales_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ public function up(): void $table->unsignedBigInteger('contacto_id'); $table->timestamps(); $table->foreign('contacto_id')->references('id')->on('contactos'); $table->foreign('contacto_id')->references('id')->on('contactos')->onDelete('cascade')->onUpdate('cascade'); }); } Loading