mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:24:08 +00:00
26 lines
533 B
JSON
26 lines
533 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT group_id FROM groups WHERE joined_group = 0 AND left_group = 0",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "group_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "groups",
|
|
"name": "group_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "dfe45f9a925ea0d08a5195335a8d14d257d083543df4c3c8530304f6ba33b09f"
|
|
}
|