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