mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
714 B
JSON
29 lines
714 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT label_id AS \"label_id: RoomLabelId\"\n FROM room_creation_request_labels\n WHERE request_id = $1\n ORDER BY label_id ASC\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "label_id: RoomLabelId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_creation_request_labels",
|
|
"name": "label_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "1786394035cf3771d76f302bd66eff1142d2400296055a26e58cea56aee709e2"
|
|
}
|