this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO account_backups (user_id, storage_key, repo_root_cid, repo_rev, block_count, size_bytes)\n VALUES ($1, $2, $3, $4, $5, $6)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text",
11 "Text",
12 "Int4",
13 "Int8"
14 ]
15 },
16 "nullable": []
17 },
18 "hash": "7a05733a51eb9989d2aba807ab1806d67e3fbf8219d06edec7840fda89bf222c"
19}