mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 17:44:07 +00:00
21 lines
536 B
JSON
21 lines
536 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT EXISTS(\n SELECT 1 FROM contacts WHERE user_id = ?\n )\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "EXISTS(\n SELECT 1 FROM contacts WHERE user_id = ?\n )",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "713b45ba555a737f059569886ba38eedcd0664aa6c8a6d2190802b7a85e77371"
|
|
}
|