this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT MAX(seq) FROM repo_seq",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "max",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": []
14 },
15 "nullable": [
16 null
17 ]
18 },
19 "hash": "a805ece8ccc38c88a6dbca22dd70a6a330f0cc8d72952d5b72a8766199fbf598"
20}