this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT seq, did, created_at, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids\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": "ops",
39 "type_info": "Jsonb"
40 },
41 {
42 "ordinal": 7,
43 "name": "blobs",
44 "type_info": "TextArray"
45 },
46 {
47 "ordinal": 8,
48 "name": "blocks_cids",
49 "type_info": "TextArray"
50 }
51 ],
52 "parameters": {
53 "Left": [
54 "Int8",
55 "Int8"
56 ]
57 },
58 "nullable": [
59 false,
60 false,
61 false,
62 false,
63 true,
64 true,
65 true,
66 true,
67 true
68 ]
69 },
70 "hash": "a63aed47193f06cd11d87157799c17a591e0a0be4487f718250eaf7afd4b4b07"
71}