Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created October 12, 2021 20:48
Show Gist options
  • Save uzbekdev1/b89a1018943ef7238c927f905fc73f87 to your computer and use it in GitHub Desktop.
Save uzbekdev1/b89a1018943ef7238c927f905fc73f87 to your computer and use it in GitHub Desktop.
Postgresql uuid generate
INSERT INTO "Table"("Id") select uuid_generate_v4() from public."Logs";
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