team archive

This commit is contained in:
Robin Appelman 2025-04-15 21:45:02 +02:00
commit f4082d619d
15 changed files with 514 additions and 37 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO titles (\n team_id, title\n ) VALUES ($1, $2)",
"describe": {
"columns": [],
"parameters": {
"Left": ["Int4", "Varchar"]
},
"nullable": []
},
"hash": "b153094d4f619005eecae2c23568e10c2f76613e30935b654f67f1a7b07813ea"
}