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.
21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO playlists (room_id, creator_id, name, position, source_provider, source_config, provider_instance_name) VALUES ($1, $2, $3, $4, $5, $6::jsonb, $7)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Varchar",
|
|
"Float8",
|
|
"Int2",
|
|
"Jsonb",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "95c395f7ceea5c917959ba35823dd7c25405236d083914d0f7b744e08f6cd17c"
|
|
}
|