mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 21:44:07 +00:00
26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT media_id\n FROM messages\n WHERE message_id = ?\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "media_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "messages",
|
|
"name": "media_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "18c5303b936b2615c4da0bd935b374fabd4973f6cbb5032d76a5d8824c5d2610"
|
|
}
|