mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: generate answer manually * chore: rename * chore: return reply message id * chore: save message * chore: commit schema files
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT reply_message_id\n FROM af_chat_messages\n WHERE message_id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "reply_message_id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "4f5951e61713d04963524b84648c9ff8c7be05f0089f6fd26fc6e0e0afeae579"
|
|
}
|