adonis order by relation

Solutions on MaxInterview for adonis order by relation by the best coders in the world

showing results for - "adonis order by relation"
Juan Martín
15 Jan 2019
1// you must join relation first
2User.query()
3.join('colaborator_data', 'colaborator_data.doctor_id', '=', 'users.id')