Skip to content

Commit

Permalink
fixed json format and invalid property (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Sep 3, 2024
1 parent 598d81c commit 7613c7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,12 @@ SELECT * FROM shapes;
{
"db_type": "geometry",
"go_type": "github.com/twpayne/go-geom.MultiPolygon"
},
{
},
{
"db_type": "geometry",
"go_type": "github.com/twpayne/go-geom.MultiPolygon",
"null": true
}
"go_type": "github.com/twpayne/go-geom.MultiPolygon",
"nullable": true
}
]
}
```

0 comments on commit 7613c7f

Please sign in to comment.