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