|
|
|
|
|
by StevePerkins
3681 days ago
|
|
Same, but we use raw binary columns (i.e. "BINARY(16)" for MySQL and "BYTEA(16)" for PostgreSQL). Conversion between the database-native UUID type and the application-layer UUID type is often so flaky (particularly with Java and JPA). |
|