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.
22 lines
628 B
JSON
22 lines
628 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO media (\n id, playlist_id, room_id, creator_id, name, position,\n source_provider, source_config, provider_instance_name, added_at, updated_at, version\n ) VALUES ($1, NULL, $2, $3, $4, $5, $6, $7, $8, NOW(), NOW(), 0)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Varchar",
|
|
"Float8",
|
|
"Int2",
|
|
"Jsonb",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5730c29b723739473072bbca901a947d41a6b01b9e3cb01a55fc5be9a93a5ad3"
|
|
}
|