this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT id, repo_rev, repo_root_cid, block_count, size_bytes, created_at\n FROM account_backups\n WHERE user_id = $1\n ORDER BY created_at DESC\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "repo_rev", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "repo_root_cid", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "block_count", 24 "type_info": "Int4" 25 }, 26 { 27 "ordinal": 4, 28 "name": "size_bytes", 29 "type_info": "Int8" 30 }, 31 { 32 "ordinal": 5, 33 "name": "created_at", 34 "type_info": "Timestamptz" 35 } 36 ], 37 "parameters": { 38 "Left": [ 39 "Uuid" 40 ] 41 }, 42 "nullable": [ 43 false, 44 false, 45 false, 46 false, 47 false, 48 false 49 ] 50 }, 51 "hash": "b4fb4ae0fb94168ee7144ea249e75bedc6d4fb54f09b3df2ce10903d4f04dfc4" 52}