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-5e64d3186df37b2e4fdc3...

33 lines
804 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO playlists (\n room_id, creator_id, name, parent_id, position,\n deleted_at, deletion_source\n )\n VALUES ($1, $2, 'expired-child', $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": "5e64d3186df37b2e4fdc367318040b54a9131a32242750681e2259a0db97ba2a"
}