You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Documentation must state that relationship methods other than attach and detach not work with transactions, like model.relationshipModel().create({ number: 1 }, trx) or model.relationshipModel().delete(trx)
The text was updated successfully, but these errors were encountered:
Documentation must state that relationship methods other than attach and detach not work with transactions, like
model.relationshipModel().create({ number: 1 }, trx)
ormodel.relationshipModel().delete(trx)
The text was updated successfully, but these errors were encountered: