this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids)\n VALUES ($1, 'commit', $2, $2, $3, $4, $5)\n RETURNING seq\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "seq",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text",
16 "Jsonb",
17 "TextArray",
18 "TextArray"
19 ]
20 },
21 "nullable": [
22 false
23 ]
24 },
25 "hash": "53b0ea60a759f8bb37d01461fd0769dcc683e796287e41d5180340296286fcbe"
26}