mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 18:44:07 +00:00
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE contacts SET username = ? WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "638a0ec306d93a0c9c57abcd61437c0bec21dfa994a5398d7e87bd4d99b6fb92"
|
|
}
|