Skip to content

Instantly share code, notes, and snippets.

@mostafa-asg
Created February 26, 2022 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mostafa-asg/64c5048e5da01405e178707569bccd02 to your computer and use it in GitHub Desktop.
Save mostafa-asg/64c5048e5da01405e178707569bccd02 to your computer and use it in GitHub Desktop.
Postgres UUID function
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