You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE users\n SET name = $1\n WHERE (id = $2)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5eb2795d25d6d03e22564048c198d821cd5ff22eb4e39b9dd7f198c9113d4f87"
|
|
}
|