twonly-app/rust/.sqlx/query-a8edfc3a445195355f8324396c28396a3298fecd579a5e9fbc84ae4974685724.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"
}