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.
synctv/.sqlx/query-cb7d1e5485554355d5747...

33 lines
819 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO playlists (\n room_id, creator_id, name, cover_file_reference_id, position,\n deleted_at, deletion_source\n )\n VALUES ($1, $2, 'expired-parent', $3, 1.0, $4, $5)\n RETURNING id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "playlists",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Timestamptz",
"Int2"
]
},
"nullable": [
false
]
},
"hash": "cb7d1e5485554355d574768b83f600497ba6e871a04efe1633c804a9ba0a27f1"
}