Hey, DEV.to community!
It's been a long time since I last wrote here.
During the time that I've been absent, I've been working on some large-scal...
For further actions, you may consider blocking this person and/or reporting abuse
You've probably got a session table, too. Which means you'll have one more migration to modify, similar to the others
$table->foreignUuid('user_id')->nullable()->index();Thanks for the comment. Since I use Laravel as an API-only back-end I use Sanctum and not sessions. But what you said is essential for full-stack Laravel apps.
Laravel 10 :
laravel.com/docs/10.x/eloquent#uui...
Awesome
Fantastic!