Penurunan Adonisjs

Database
  .from('accounts')
  .where('id', 1)
  .decrement('balance', 10)
GutoTrosla