12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "update roles\n\nset is_archived = ?\n\nwhere name is ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2ee77458d93ae79d957e03e6ca50c1bf690f40b6cc6ec5f008eb0e928f376659"
|
|
}
|