mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 12:14:07 +00:00
26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT widget_sharing_granted FROM contacts WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "widget_sharing_granted",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "widget_sharing_granted"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "38975397d77e89bc70bdbead5a919774559c6c41add3171b8b47244dcaa98018"
|
|
}
|