Skip to content

Commit 7613c7f

Browse files
fixed json format and invalid property (#3459)
1 parent 598d81c commit 7613c7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/datatypes.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@ SELECT * FROM shapes;
309309
{
310310
"db_type": "geometry",
311311
"go_type": "github.com/twpayne/go-geom.MultiPolygon"
312-
},
313-
{
312+
},
313+
{
314314
"db_type": "geometry",
315-
"go_type": "github.com/twpayne/go-geom.MultiPolygon",
316-
"null": true
317-
}
315+
"go_type": "github.com/twpayne/go-geom.MultiPolygon",
316+
"nullable": true
317+
}
318318
]
319319
}
320320
```

0 commit comments

Comments
 (0)