Files
packager/.sqlx/query-b22e5d91f70638d4ed3b1592c661e470a0d80493e13478393f357da417a0208b.json
2023-09-11 20:12:49 +02:00

13 lines
506 B
JSON

{
"db_name": "SQLite",
"query": "DELETE FROM trips_to_trips_types AS ttt\n WHERE ttt.trip_id = ?\n AND ttt.trip_type_id = ?\n AND EXISTS(SELECT * FROM trips WHERE id = ? AND user_id = ?)\n AND EXISTS(SELECT * FROM trips_types WHERE id = ? AND user_id = ?)\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 6
},
"nullable": []
},
"hash": "b22e5d91f70638d4ed3b1592c661e470a0d80493e13478393f357da417a0208b"
}