{
  "db_name": "PostgreSQL",
  "query": "\nUPDATE\n    account\nSET\n    allowance = greatest(allowance - $1, 0),\n    pending_transaction_hash = NULL\nWHERE\n    account_id = $2\n    AND pending_transaction_hash = $3\n",
  "describe": {
    "columns": [],
    "parameters": {
      "Left": [
        "Numeric",
        "Text",
        "Text"
      ]
    },
    "nullable": []
  },
  "hash": "421cf9dd0cde5b129a5aa0b51c79ec952eab1d172bbd30a941f2c3287ab38e2e"
}
