We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598d81c commit 7613c7fCopy full SHA for 7613c7f
docs/reference/datatypes.md
@@ -309,12 +309,12 @@ SELECT * FROM shapes;
309
{
310
"db_type": "geometry",
311
"go_type": "github.com/twpayne/go-geom.MultiPolygon"
312
- },
313
- {
+ },
+ {
314
315
- "go_type": "github.com/twpayne/go-geom.MultiPolygon",
316
- "null": true
317
- }
+ "go_type": "github.com/twpayne/go-geom.MultiPolygon",
+ "nullable": true
+ }
318
]
319
}
320
```
0 commit comments