Constraint does not exist when running migration
This is happening because one of my tables was looking like this:
Then on a new migration I've added the onUpdate
This change made the migration file to have to alter table to change the constraint
And now when I run this specific migration I'm facing the error:
"Constraint 'profiles_user_id_users_id_fk' of relation "profiles" does not exist"
Any tips how to solve this?
0 Replies