[PostgreSQL] UUID 편하게 생성하기

 

1. UUID-Ossp 익스텐션 설치

Postgre 접속 후, Script로 아래의 Extention 설치

create extension if not exists "uuid-ossp";

 

 

2. 생성 확인

select uuid_generate_v4()