Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary record is created to belongsToMany pivot table #201

Closed
kkyouhei opened this issue Jul 25, 2018 · 1 comment · Fixed by #203
Closed

Unnecessary record is created to belongsToMany pivot table #201

kkyouhei opened this issue Jul 25, 2018 · 1 comment · Fixed by #203
Assignees
Labels
bug Something isn't working

Comments

@kkyouhei
Copy link
Contributor

references object to insertOrUpdate
_2018-07-25_23_35_15
https://codesandbox.io/s/l3n381925l

this's problem of first aid
delete id field from pivot table and separately 'insertOrUpdate' will fix it
https://codesandbox.io/s/kkm1x71wjo

@kiaking kiaking added the bug Something isn't working label Aug 2, 2018
@kiaking
Copy link
Member

kiaking commented Aug 2, 2018

Thank you for the report and the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants