mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 18:44:07 +00:00
26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT share\n FROM user_discovery_shares\n WHERE contact_id = ?\n LIMIT 1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "share",
|
|
"ordinal": 0,
|
|
"type_info": "Blob",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "user_discovery_shares",
|
|
"name": "share"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "f939d4c2915e167dbcbac32fe36c5caa4719f1a75693e6e2b6bb804ea9f790ed"
|
|
}
|