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