mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:04:07 +00:00
26 lines
540 B
JSON
26 lines
540 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT user_id FROM contacts WHERE username IN ('[deleted]', '[Unknown]')",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "user_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "be136b085a392787e934ac0026f3621d0f6208e4d786e6ac9d1dc16b5dbdd238"
|
|
}
|