We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6069888 commit 94e5780Copy full SHA for 94e5780
docs/reference/datatypes.md
@@ -62,7 +62,7 @@ type Author struct {
62
63
## Enums
64
65
-PostgreSQL [enums](https://www.postgresql.org/docs/current/arrays.html) are
+PostgreSQL [enums](https://www.postgresql.org/docs/current/datatype-enum.html) are
66
mapped to an aliased string type.
67
68
```sql
0 commit comments