groupby multiple things
the SQL query I want to convert ends with: I see no where in the docs for multiple groupBy however would expect this would work: how to achieve this?
GROUP BY
u.user_id,
e.ExerciseID; .groupBy([
users.user_id,
exercises.ExerciseID
]);