user_id not registering when the foreign key is different (but still references the User model) #960
Unanswered
simonelepore
asked this question in
Q&A
Replies: 1 comment 6 replies
-
No idea how to reproduce this problem, little information, no examples |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a posts table and an users table. Posts has a creator_id (which references the id on User). I tried to change the morph_prefix into "creator" but it still doesn't work. How do I handle this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions