Created
January 21, 2020 11:27
-
-
Save omerkoseoglu/568e933ba427454e2873a8d4aafa5d84 to your computer and use it in GitHub Desktop.
PostgreSql UUID
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
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