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-548c3b5a2e8967ff1b045673778868303c3c85661504181b32366e8992f7cbb2.json

23 lines
443 B
JSON
Raw Normal View History

2024-06-27 12:04:57 +00:00
{
"db_name": "PostgreSQL",
"query": "SELECT folder_id FROM folders WHERE owner_id = $1 AND parent_folder_id IS null",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "folder_id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false
]
},
"hash": "548c3b5a2e8967ff1b045673778868303c3c85661504181b32366e8992f7cbb2"
}