You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
438 B
JSON
16 lines
438 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": "7ab21e7613dd88e97cf602e76bff62170c13ceef8104a4ce4cb2d101f8ce4f48"
|
|
}
|