this repo has no description
at main 2.1 kB view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT seq, did, created_at, event_type, commit_cid, prev_cid, prev_data_cid, ops, blobs, blocks_cids, handle, active, status, rev\n FROM repo_seq\n WHERE seq > $1 AND seq < $2\n ORDER BY seq ASC\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "seq", 9 "type_info": "Int8" 10 }, 11 { 12 "ordinal": 1, 13 "name": "did", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "created_at", 19 "type_info": "Timestamptz" 20 }, 21 { 22 "ordinal": 3, 23 "name": "event_type", 24 "type_info": "Text" 25 }, 26 { 27 "ordinal": 4, 28 "name": "commit_cid", 29 "type_info": "Text" 30 }, 31 { 32 "ordinal": 5, 33 "name": "prev_cid", 34 "type_info": "Text" 35 }, 36 { 37 "ordinal": 6, 38 "name": "prev_data_cid", 39 "type_info": "Text" 40 }, 41 { 42 "ordinal": 7, 43 "name": "ops", 44 "type_info": "Jsonb" 45 }, 46 { 47 "ordinal": 8, 48 "name": "blobs", 49 "type_info": "TextArray" 50 }, 51 { 52 "ordinal": 9, 53 "name": "blocks_cids", 54 "type_info": "TextArray" 55 }, 56 { 57 "ordinal": 10, 58 "name": "handle", 59 "type_info": "Text" 60 }, 61 { 62 "ordinal": 11, 63 "name": "active", 64 "type_info": "Bool" 65 }, 66 { 67 "ordinal": 12, 68 "name": "status", 69 "type_info": "Text" 70 }, 71 { 72 "ordinal": 13, 73 "name": "rev", 74 "type_info": "Text" 75 } 76 ], 77 "parameters": { 78 "Left": [ 79 "Int8", 80 "Int8" 81 ] 82 }, 83 "nullable": [ 84 false, 85 false, 86 false, 87 false, 88 true, 89 true, 90 true, 91 true, 92 true, 93 true, 94 true, 95 true, 96 true, 97 true 98 ] 99 }, 100 "hash": "5c322bbdf9cecab9077c937bd322e49200ac2b8931da1dfe6e55d56087fc1d35" 101}