mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-10311 : Primary key length used in unit test is too long for DB2
(cherry picked from commit 439dab82d0d0c14ef52820c90b611e552cb2e203)
This commit is contained in:
parent
780c7c2fb6
commit
d5fb3761c6
@ -6,7 +6,7 @@
|
||||
|
||||
@Embeddable
|
||||
public class PolicyId implements Serializable {
|
||||
@Column(name="`type`")
|
||||
@Column(name="`type`", length=32)
|
||||
String type;
|
||||
DependentId depPK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user