12 lines
271 B
JSON
12 lines
271 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "update users\n\nset is_admin = ?\n\nwhere id is ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6ff12f357d884a50035d708577a7f3109a07a1ca193cb3082d13687af65c6de0"
|
|
}
|