mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 09:44:07 +00:00
26 lines
513 B
JSON
26 lines
513 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT username FROM contacts WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "username",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "username"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "96830f8fde36c6db93fb959c0e140effefbb271e84813a4d85fe255e90b28695"
|
|
}
|