Files
openccb/services/lms-service/.sqlx/query-5e0c0dd74a0fcb24eae0b69b46550cdb1fc0520f59ab24095319c844100696a8.json

23 lines
434 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT cohort_id FROM announcement_cohorts WHERE announcement_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "cohort_id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "5e0c0dd74a0fcb24eae0b69b46550cdb1fc0520f59ab24095319c844100696a8"
}