this repo has no description
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\n FROM repo_seq\n WHERE seq = $1\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 "parameters": {
73 "Left": [
74 "Int8"
75 ]
76 },
77 "nullable": [
78 false,
79 false,
80 false,
81 false,
82 true,
83 true,
84 true,
85 true,
86 true,
87 true,
88 true,
89 true,
90 true
91 ]
92 },
93 "hash": "44b78996f9799398f384d9aebb36d01c27738d4677b7cae7ea6697f3f5135388"
94}