Skip to content

Commit

Permalink
Update 2024_02_23_112833_create_activations_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jun 16, 2024
1 parent 07b4cc6 commit 83d44a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up(): void
$table->ipAddress('ip_address')->nullable();
$table->timestamps();

$table->foreign('user_id')->references('user_id')->on('users');
$table->foreign('user_id')->references('id')->on('users');
});
}

Expand Down

0 comments on commit 83d44a1

Please sign in to comment.