mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:24:08 +00:00
26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT user_discovery_version\n FROM contacts\n WHERE user_id = ?\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_discovery_version",
|
|
"ordinal": 0,
|
|
"type_info": "Blob",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "user_discovery_version"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "70f9d68d251f1c354c61584a84f509682e341595e0d98cb880c50ec80f11f02a"
|
|
}
|