some updates

This commit is contained in:
Robin Appelman 2024-01-16 22:14:51 +01:00
commit 93a015e163
13 changed files with 1072 additions and 606 deletions

View file

@ -0,0 +1,17 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO users(steamid, name, avatar, token)\n VALUES($1, $2, $3, $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Varchar",
"Varchar"
]
},
"nullable": []
},
"hash": "4d5444cde6681e6f5a537445c7c132bd3da6ee374fe9dcbaf478668a6f08214b"
}