like: update user.age = user.age+1 where id=123. try: models.User.update({age:sequelize.col('age')+1},{where:{id:123}}).success().
確定! 回上一頁