Project

General

Profile

Postgres UUID mapping

Added by Emanuele Cappone almost 8 years ago

Hi guys,

i need to map from my postgres db an internal id that use uuid as type.

I saw that wt use as id (postgres case) bigserial.

I'm trying to map this field using natural primary key with strange result.

What is the best way for mapping an uuid field?

Thanks a lot,