Skip to content

Instantly share code, notes, and snippets.

@omerkoseoglu
Created January 21, 2020 11:27
Show Gist options
  • Save omerkoseoglu/568e933ba427454e2873a8d4aafa5d84 to your computer and use it in GitHub Desktop.
Save omerkoseoglu/568e933ba427454e2873a8d4aafa5d84 to your computer and use it in GitHub Desktop.
PostgreSql UUID
create extension "uuid-ossp";
select uuid_generate_v4();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment