brass/.sqlx/query-b76b8744228a18fee84e5f895d5b831e4fce2169daedc3d472c96bdaf4b29dae.json

18 lines
415 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO vehicleassignment (eventId, vehicleId, startTimestamp, endTimestamp) VALUES ($1, $2, $3, $4);",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Int4",
"Timestamptz",
"Timestamptz"
]
},
"nullable": []
},
"hash": "b76b8744228a18fee84e5f895d5b831e4fce2169daedc3d472c96bdaf4b29dae"
}