Sequelize include - 不包含(删除)透视数据 [英] Sequelize include - Don't include (remove) pivot data

查看:42
本文介绍了Sequelize include - 不包含(删除)透视数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为节点使用 Sequelize 包.我有一个典型的人与多关系.

I'm using the Sequelize package for node. I have a typical include on man to many relationship.

Item.findAll({
    include: {model: Blah: as 'blahs'}
});

一切正常,但它返回带有每个子项的枢轴数据的集合.我不需要它.有什么办法可以禁用它或指定所需的透视字段吗?

All works well but it returns the set with the pivot data on each sub item. I don't need it. Is there any way to disable it or to specify the pivot fields needed?

推荐答案

找到我的答案:

{model: Model, as: 'model', through: {attributes: []}}

这篇关于Sequelize include - 不包含(删除)透视数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆