mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 14:24:08 +00:00
26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT media_id\n FROM messages\n WHERE message_id = ? AND sender_id = ?\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "media_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "media_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "8edba8bc58b60b678cb1730572119bd0f1ba1f98232e9d61eb0b7c920a5526f0"
|
|
}
|