16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE users SET superuser = $1 WHERE id = $2;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Bool",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "3a29bf9da31e1477e629f636f0233b05cbca54a1681e2c2e4e229e0e60d250c2"
|
|
}
|