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