chore: sqlx offline files

This commit is contained in:
Zack Fu Zi Xiang 2024-03-20 13:22:12 +08:00
parent a028f73dd3
commit 227e93c2ec
No known key found for this signature in database

View file

@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT email FROM af_user WHERE uuid = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "bde2b88ffb1b59362c7ae82369892c79131c175924f95e5d48d75931fb846f41"
}