Skip to content

Commit 6ae5bcc

Browse files
docs: use correct configuration to generate the given output for JSON type override (#4049)
Resolves #4030
1 parent 6b7cb26 commit 6ae5bcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/datatypes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ CREATE TABLE books (
183183
{
184184
"column": "books.data",
185185
"go_type": {
186-
"import":"example/db",
186+
"import":"example.com/db",
187187
"package": "dto",
188-
"type":"BookData"
188+
"type":"BookData",
189+
"pointer": true
189190
}
190191
}
191192
]

0 commit comments

Comments
 (0)