SQLSTATE[HY000]: General error: 3780 Referencing column 'user_id' and referenced column 'id' in foreign key are incompatible
I'm trying to make a couple basic models , and link them with foreign Key. See the below attach:
I migrated two table (model) individual and then I tried to make the reference via foreign key. but It doesn't work, I get the following error :
I cannot figure out why this is happening because the referencing tool is successfully referencing multiple other tools, but it will not link to this one. What is the reason for this error? And how can I fix it so that I can link the tables? Why are they incompatible?=