chore: cargo sqlx prepare

This commit is contained in:
Zack Fu Zi Xiang 2024-03-14 18:12:31 +08:00
parent 1dbffaf4f0
commit dab3b5861f
No known key found for this signature in database
2 changed files with 423 additions and 397 deletions

View file

@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT SUM(len) FROM af_collab WHERE workspace_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sum",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
null
]
},
"hash": "3fdd28c263edf5c91ab8b770e6106d4890ec4bae2ff3c20f80c40cb4042d9e03"
}

798
Cargo.lock generated

File diff suppressed because it is too large Load diff