naxis

Results 1 comments of naxis
trafficstars

The solution: changing the users table $table->foreignID('user_id')->nullable()->index(); to $table->uuid('user_id')->nullable()->index(); Worked for me