eclipselink
eclipselink copied to clipboard
[master] UUID field type mapping - PostgreSQLPlatform
Add support for UUID DB type in PostgreSQL for DDL generation.
This type is supported by PostgreSQL from 2008 see
https://www.postgresql.org/docs/9.3/release-8-3.html
This is why target class is PostgreSQLPlatform
.
Fixes #2190