0

我在 adonisjs v4 中实现了以下查询:

const services = await Service
  .query()
  .with('categories')
  .orderBy('categories.id', 'desc')
  .fetch()

它工作正常。

如何在 adonis v5 preload()中实现关系列 order_by 。

4

0 回答 0