Vladimir Stamenkovic

Results 1 comments of Vladimir Stamenkovic

Make sure to alter `$table->foreignId('user_id')->nullable()->index();` to `$table->foreignUuid('user_id')->nullable()->index();` in default migration for `session` table (that is, if you're using `database` as the session driver.