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