Migration not working properly

@STRIKE Hello there. Pretty sure the issue is caused due to the
user_id
and
id
key using the same name in the DB. Notice how the
user_id
key is an integer with the name
id
. It should be changed to
user_id
.
Was this page helpful?