this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO app_passwords (user_id, name, password_hash, created_at, privileged, scopes) VALUES ($1, $2, $3, $4, $5, $6)",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text",
11 "Timestamptz",
12 "Bool",
13 "Text"
14 ]
15 },
16 "nullable": []
17 },
18 "hash": "8d634d6c3306424ed9239f078a4892245f4b73049037ea8f3cf23fc377b57a40"
19}