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