many-to-many foreign key constraint 787 issue
I cannot add a row in my
this is my relations
attempting to add a new row (see the picture) will result in error 787
likes_to_questions table even though both user_id and question_id are unique, and the primary key is composed of those two, so as to allow a user to have only 1 like on a questionthis is my relations
attempting to add a new row (see the picture) will result in error 787
