Can we add custom field to pivot model? #273
Unanswered
borsemayur2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have created 3 models
Book
,User
, andBookUser
whereconst BookUser = relationships.manyToMany(Book, User)
, I'd like to addisRead
field toBookUser
. How can I achieve it?Beta Was this translation helpful? Give feedback.
All reactions