标签: javascript mysql sequelize.js
我需要根据列值执行操作。因此,我需要知道将要更新的值。我是using续集和MySQL。我知道Postgres:options.returning true和.spread()
using
options.returning true
.spread()
但是有没有一种方法或某种技术来获取MySQL的更新值? 预先谢谢你!