HHH-12633 Fix model definition in the test to be PostgreSQL compatible
This commit is contained in:
parent
de5bf278f6
commit
6a04d7836c
|
@ -67,7 +67,7 @@ public class LazyInitializationWithoutInlineDirtyTrackingTest extends BaseCoreFu
|
|||
|
||||
private String name;
|
||||
|
||||
@Column(name = "bytes", columnDefinition = "BLOB")
|
||||
@Column(name = "bytes")
|
||||
@Lob
|
||||
@Basic(fetch = FetchType.LAZY)
|
||||
private byte[] bytes;
|
||||
|
|
Loading…
Reference in New Issue