mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-25 02:01:03 +00:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO users (user_id, username, password_hash)\n VALUES ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0029b925e31429d25d23538804511943e2ea1fddc5a2db9a4e219c9b5be53fce"
|
|
}
|