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
docs: use correct configuration to generate the given output for JSON…
… type override

Resolves #4030
  • Loading branch information
andrewmbenton committed Aug 8, 2025
commit 0d2e3f4d30419b75dda72d03ef780637bd74fbe9
5 changes: 3 additions & 2 deletions docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ CREATE TABLE books (
{
"column": "books.data",
"go_type": {
"import":"example/db",
"import":"example.com/db",
"package": "dto",
"type":"BookData"
"type":"BookData",
"pointer": true
}
}
]
Expand Down
Loading