mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 15:04:08 +00:00
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT username\n FROM contacts\n WHERE user_id = 7\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "username",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "username"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "a110a1d7903937bf0ef806afc52410af6830f49d07258693fba1dfa765e70d23"
|
|
}
|