Composite Primary Key from Foreign Keys
Error:
Failed to run sql query: multiple primary keys for table "user_items_has" are not allowed
3 Replies
posts.id
and userItems.id
are Primary Keys in their respective tables, if that mattersDo you see this error while using orm or kit?
turns it out was just a migration issue (on my end)
solved now, thanks