diff --git a/docs/reference/datatypes.md b/docs/reference/datatypes.md index 8eea62a503..7637bc9d30 100644 --- a/docs/reference/datatypes.md +++ b/docs/reference/datatypes.md @@ -113,7 +113,7 @@ type Author struct { ## UUIDs The Go standard library does not come with a `uuid` package. For UUID support, -sqlc uses the excellent `github.com/google/uuid` package. +sqlc uses the excellent `github.com/google/uuid` package. The pgx/v5 sql package uses `pgtype.UUID`. ```sql CREATE TABLE records (