You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE users\n SET balance = balance - $1\n WHERE id = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Numeric",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b1e77dbaf4b190ab361f4fa203c442e5905cef6c1a135011a59ebd6e2dc0a92a"
|
|
}
|