Files
openccb/services/lms-service/.sqlx/query-af5539604d4c172890ce3f62de6dbe7952f027d6caf367ed0480b5f16274bd1f.json

29 lines
536 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id, name FROM grading_categories WHERE course_id = $1 ORDER BY name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "name",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false
]
},
"hash": "af5539604d4c172890ce3f62de6dbe7952f027d6caf367ed0480b5f16274bd1f"
}