mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 18:24:08 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT group_id FROM groups WHERE is_direct_chat = 0 ORDER BY rowid DESC LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "group_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "groups",
|
|
"name": "group_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "a8edfc3a445195355f8324396c28396a3298fecd579a5e9fbc84ae4974685724"
|
|
}
|