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