Skip to content

Commit a4d429c

Browse files
authored
📝 fix readme supported types link (#827)
1 parent 7ac8740 commit a4d429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ overrides:
327327

328328
Each override document has the following keys:
329329
- `db_type`:
330-
- The PostgreSQL type to override. Find the full list of supported types in [gen.go](https://github.com/kyleconroy/sqlc/blob/master/internal/dinosql/gen.go#L438).
330+
- The PostgreSQL type to override. Find the full list of supported types in [postgresql_type.go](https://github.com/kyleconroy/sqlc/blob/master/internal/codegen/golang/postgresql_type.go#L12).
331331
- `go_type`:
332332
- A fully qualified name to a Go type to use in the generated code.
333333
- `nullable`:

0 commit comments

Comments
 (0)