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
569 B
JSON
29 lines
569 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT created_by AS \"created_by: UserId\" FROM rooms WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "created_by: UserId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "rooms",
|
|
"name": "created_by"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "457fca56c00da1fcee06269e4c45e7c476792ac866d42ec37d10f3224aa2d754"
|
|
}
|