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\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 ]
56 },
57 "nullable": [
58 false,
59 false,
60 false,
61 false,
62 true,
63 true,
64 true,
65 true,
66 true
67 ]
68 },
69 "hash": "7b6ca5155c645f2011364594833effe41494d0c855b0c9314ab56ea8b0fb4e6d"
70}