Topics

PostgreSQL UUID

About this topic: Articles tagged __TAG__

Showing 1 articles

Topics

Articles

Showing 1 articles

How-tos How to Generate a UUID for the Insert Statement in PostgreSQL UUID is a unique identifier id created by the RFC 4122. There are several versions of it. The latest one is the v4. It's a 32-digit hexadecimal code. We can use it as the primary …

← All topics