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
796 B
JSON
32 lines
796 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO playlists (\n room_id, creator_id, name, position, deleted_at,\n deletion_source, deleted_owner_id\n )\n VALUES ($1, $2, 'account-delete', 3.0, $3, $4, $2)\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": "0c3c33a7c12a27e3780f6690b73a824cecee73db33ba1cbe5b943acfc8ef241d"
|
|
}
|