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-003349bc951a935fdfb285f99a726c221e3d1d02cb9e47b4c385545298b27217.json

40 lines
912 B
JSON
Raw Permalink Normal View History

2024-07-30 17:21:33 +00:00
{
"db_name": "PostgreSQL",
2024-08-09 14:02:02 +00:00
"query": "SELECT\n users.user_id,\n permission_type as \"permission_type: PermissionRaw\"\nFROM\n permissions\n INNER JOIN users ON permissions.user_id = users.user_id\nWHERE\n folder_id = $1",
2024-07-30 17:21:33 +00:00
"describe": {
"columns": [
{
"ordinal": 0,
2024-08-09 14:02:02 +00:00
"name": "user_id",
"type_info": "Int4"
2024-07-30 17:21:33 +00:00
},
{
"ordinal": 1,
"name": "permission_type: PermissionRaw",
"type_info": {
"Custom": {
"name": "permission",
"kind": {
"Enum": [
"read",
"write",
"manage"
]
}
}
}
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false
]
},
2024-08-09 14:02:02 +00:00
"hash": "003349bc951a935fdfb285f99a726c221e3d1d02cb9e47b4c385545298b27217"
2024-07-30 17:21:33 +00:00
}