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.
33 lines
877 B
JSON
33 lines
877 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO media (\n playlist_id, room_id, creator_id, name, position,\n source_provider, source_config, deleted_at, deletion_source\n )\n VALUES ($1, $2, $3, 'retained-child-media', 1.0,\n 1, '{}'::JSONB, $4, $5)\n RETURNING id",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "media",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "c14e0dd76034347a0d93741d46daceea60321ca9b594548c70fd502b030c8b0e"
|
|
}
|