blog/backend/.sqlx/query-715922e4ffa6881f23ea890ebf77abd86937c3f4fe606572156a29d4441028e9.json
SquidSpirit c7d07b459f
All checks were successful
Frontend CI / build (push) Successful in 1m9s
Auto Comment On PR / add_improve_comment (pull_request) Successful in 16s
PR Title Check / pr-title-check (pull_request) Successful in 17s
NO-ISSUE build: run cargo sqlx prepare --workspace
2025-08-01 15:12:21 +08:00

23 lines
481 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO image (mime_type)\n VALUES ($1)\n RETURNING id\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int4"
}
],
"parameters": {
"Left": [
"Varchar"
]
},
"nullable": [
false
]
},
"hash": "715922e4ffa6881f23ea890ebf77abd86937c3f4fe606572156a29d4441028e9"
}