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
682 B
JSON
29 lines
682 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT playback_generation AS \"playback_generation!\"\n FROM room_playback_state\n WHERE room_id = $1\n FOR SHARE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "playback_generation!",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_playback_state",
|
|
"name": "playback_generation"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "e157b7d30e97ccce4c37cdd552cfcc46b7e8ec942fccc572c01a26418035781a"
|
|
}
|