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