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
663 B
JSON
29 lines
663 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT session AS \"session!: ProviderPlaybackSession\"\n FROM provider_playback_sessions WHERE id = $1 FOR UPDATE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "session!: ProviderPlaybackSession",
|
|
"type_info": "Jsonb",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "provider_playback_sessions",
|
|
"name": "session"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "d4804bb0ce2730a3827651eee57dd7fb9e4d4ee95d255d2f699a736e6723ef3c"
|
|
}
|