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.
36 lines
801 B
JSON
36 lines
801 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n SELECT status AS \"status!\",\n reviewed_at IS NOT NULL AS \"reviewed!\"\n FROM room_join_requests\n WHERE id = $1\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "status!",
|
||
|
|
"type_info": "Int2",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "room_join_requests",
|
||
|
|
"name": "status"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"ordinal": 1,
|
||
|
|
"name": "reviewed!",
|
||
|
|
"type_info": "Bool",
|
||
|
|
"origin": "Expression"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
null
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "c435802bbbdbfa2973d5f5a1c33060e526f113c49c3a13762f8dbb19f78dfcad"
|
||
|
|
}
|