Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed json format and invalid property
  • Loading branch information
michaelbeutler committed Jun 22, 2024
commit fc8bd9de17b5655e430e811e276aab0f26e797c7
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
}
]
}
```