AppFlowy-Cloud/.sqlx/query-842243ea6ca59135ae539060ff37b80791e76aa268a44642ede515f315e80c01.json
Nathan.fooo b36715dc24
chore: generate answer manually (#594)
* chore: generate answer manually

* chore: rename

* chore: return reply message id

* chore: save message

* chore: commit schema files
2024-06-03 08:06:23 +08:00

14 lines
325 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM af_chat_messages\n WHERE message_id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "842243ea6ca59135ae539060ff37b80791e76aa268a44642ede515f315e80c01"
}