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
581 B
JSON
29 lines
581 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT provider_instance_name FROM playlists WHERE id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "provider_instance_name",
|
||
|
|
"type_info": "Varchar",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "playlists",
|
||
|
|
"name": "provider_instance_name"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
true
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "c57ff49bb18fd06ea31253d831f7e807b335f5b4d261f90315d1ba43b5ca638d"
|
||
|
|
}
|