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
Hey Greg, if its one to many then we will save the reservations as an array
of pointers, this allows us to pull all reservations in one query rather
then two.
Hi,
I have two models, PaymentRequest, which has many reservations related to it through relation field.
Here is an example of how I'm doing it:
I'm doing as it's done in the tests from @mattvv fork, am i doing it wrong? There's another way to do it?
The text was updated successfully, but these errors were encountered: