DEV Community

Discussion on: UUIDs in Laravel 7

Collapse
 
yaman99 profile image
yaman99

Hi Cornel, thanks for this tutorial but i have problem...if i inserted in the user_id an id is not in users table..he's accepting the id i dont know why..i thought if we used references and foreign after inserting will check if this user_id is existing in users table in id

do you have any solves to this problem