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