mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 20:44:07 +00:00
26 lines
531 B
JSON
26 lines
531 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT is_direct_chat FROM groups WHERE group_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "is_direct_chat",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "groups",
|
|
"name": "is_direct_chat"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "87eac4d0b721d8726db7fe81b8842c877dbc1de54b276baca6f4f90d58e77406"
|
|
}
|