AppFlowy-Cloud/.sqlx/query-67cc7b7269ece12e40e78...

24 lines
504 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT blob\n FROM af_collab \n WHERE oid = $1 AND partition_key = $2 AND deleted_at IS NULL;\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "blob",
"type_info": "Bytea"
}
],
"parameters": {
"Left": [
"Text",
"Int4"
]
},
"nullable": [
false
]
},
"hash": "67cc7b7269ece12e40e78c53fdb4fd727f0ea65bcbb48f35b19a150dad78578c"
}