4 ms·
> PostgreSQL has built in support for UUIDv4 through the pgcrypto or the uuid-ossp extensions. Since Postgres 13 installing an extension is no longer necessary
by castorp 4y ago
> PostgreSQL has built in support for UUIDv4 through the pgcrypto or the uuid-ossp extensions.
Since Postgres 13 installing an extension is no longer necessary as gen_random_uuid() is part of the core.