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