lowap

Results 2 comments of lowap

I would also like to use `viaTable()` multiple times. I had difficulties using `via()` with **giiant**, that's why I would prefer `viaTable()`.

> if you need relation via multiple tables you have to use via() instead of viaTable(). viaTable() is for convenience to specify a many to many relation more easily. Would...