mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:44:07 +00:00
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO received_receipts(receipt_id)\n VALUES (?)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2136bd64733c0268d4da52cf36db8df3533d34a45008bddf61e1090ae1ace885"
|
|
}
|