this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT COALESCE(MAX(seq), 0) as max 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": "b2a217b405ace1726097631c7fa532bf1a7330f11328a1e68d5eced41cad8a78"
20}