개발모음집

express "How to increment integer attribute" 본문

Server/node.js

express "How to increment integer attribute"

void 2019. 12. 16. 10:00
User.increment({point: 50}, { where: { id: 1 } })

출처 : https://github.com/sequelize/sequelize/issues/7268