Created
February 26, 2022 07:53
-
-
Save mostafa-asg/64c5048e5da01405e178707569bccd02 to your computer and use it in GitHub Desktop.
Postgres UUID function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uuid_generate_v4() | |
Activate it via: | |
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment