this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT seq, did, commit_cid\n FROM repo_seq\n WHERE event_type = 'commit'\n AND prev_cid IS NULL\n AND (blocks_cids IS NULL OR array_length(blocks_cids, 1) IS NULL OR array_length(blocks_cids, 1) = 0)\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": "commit_cid",
19 "type_info": "Text"
20 }
21 ],
22 "parameters": {
23 "Left": []
24 },
25 "nullable": [
26 false,
27 false,
28 true
29 ]
30 },
31 "hash": "d65ebbc09a5756438063cb6eaf8284f17beeedde25d4f41dd6788d9c60d162f7"
32}