jsvargas
Results
1
comments of
jsvargas
If you add an attribute named '`id`' with another value, sequelize returns all the expected values. For example: ``` Products.findAll({ attributes: [ [sequelize.fn('CONCAT', sequelize.col('Product.id'), ' ', sequelize.col('Vendor.id')), 'id'] [sequelize.col('vendor.name'), 'name'],...