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
565 B
JSON
29 lines
565 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT status AS \"status!\" FROM room_join_requests WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "status!",
|
|
"type_info": "Int2",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_join_requests",
|
|
"name": "status"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "d19fbfc53f8a75fbcb8a45581619bd48580cb16e737273496035ccd831989108"
|
|
}
|