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