All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m45s
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO workouts (workout_id, name, description) VALUES ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Varchar",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "cefe6cff888e999bbe55688bcf1c8c1657013fef519791de1274ab83fd8377a9"
|
|
}
|