This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
project/.sqlx/query-09299172474d10a07387b74f4d714bf389b5422334bd1aa2a0e6f2d63ebdd623.json

23 lines
411 B
JSON
Raw Normal View History

2024-06-27 12:04:57 +00:00
{
"db_name": "PostgreSQL",
2024-07-30 17:21:33 +00:00
"query": "SELECT folder_id FROM files WHERE file_id = $1",
2024-06-27 12:04:57 +00:00
"describe": {
"columns": [
{
"ordinal": 0,
"name": "folder_id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
2024-07-30 17:21:33 +00:00
"Uuid"
2024-06-27 12:04:57 +00:00
]
},
"nullable": [
false
]
},
2024-07-30 17:21:33 +00:00
"hash": "09299172474d10a07387b74f4d714bf389b5422334bd1aa2a0e6f2d63ebdd623"
2024-06-27 12:04:57 +00:00
}