I can't figure out how I can subtract 50 from the amount of 100 Using sequelize mysql. What.How do I do it?
var us = await User.findOne({ where: { userID: ctx.from.id } }) await us.update({balance: -50?})