Closed debuglevel closed 3 years ago
See also https://github.com/micronaut-projects/micronaut-data/issues/1210
@Id @GeneratedValue(generator = "uuid2") @GenericGenerator(name = "uuid2", strategy = "uuid2") @Column(columnDefinition = "BINARY(16)") var id: UUID?,
See also https://github.com/micronaut-projects/micronaut-data/issues/1210