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