I have two Models related, Catalog and ProductCategory. The latter has a composed PK, \'id, language_id\'. Here are the models simplified:
var Catalog = sequelize
This seems this do the trick:
where: {language_id: models.sequelize.literal('Catalog.language_id')}