Files
openccb/services/lms-service/.sqlx/query-bba15398004acf73d991751221eba784335db7d899c0601d216fc1703ff49d06.json
T

24 lines
447 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id FROM peer_reviews WHERE submission_id = $1 AND reviewer_id = $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid",
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "bba15398004acf73d991751221eba784335db7d899c0601d216fc1703ff49d06"
}