Sequelize Include method inside findAll

前端 未结 0 840
情歌与酒
情歌与酒 2020-12-15 22:20

I am making this query:

const job = await Jobs.findAll({ include: [{ model: Views }] });

To get all data in Jobs table, but then for

相关标签:
回答
  • 消灭零回复
提交回复
热议问题