Notice
Recent Posts
Recent Comments
Link
목록association (1)
궤도
[Sequelize] sequelize-auto 도대체 왜 join(include)이 되지 않는가에 대한 고찰
사건은 이렇게 발생했다. let pb_candidate = await models.problem.findAll({ attributes: ['pb_sn'], include: [ { model: models.workbook, where: { workbook_publisher: 'Gyoyuk' } } ], where: { pbtype_sn: { [Op.in]: type_list } } }); ~대충 sequelize로 join을 시도한 코드~ 그리고 이런 오류메세지를 만났다. workbook is not associated to problem 허어...그럴리가 없는데... models/problem.js workbook_sn: { type: DataTypes.INTEGER, allowNull: false, r..
💻 현생/📃 VIVA
2021. 2. 10. 16:38