mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
12 lines
359 B
JSON
12 lines
359 B
JSON
{
|
|
"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"
|
|
}
|