코규리
1. UUID-Ossp 익스텐션 설치Postgre 접속 후, Script로 아래의 Extention 설치create extension if not exists "uuid-ossp"; 2. 생성 확인select uuid_generate_v4()