We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc76100 commit 4e281d0Copy full SHA for 4e281d0
hibernate-dialect/src/test/java/tech/ydb/hibernate/types/Employee.java
@@ -47,8 +47,8 @@ public class Employee {
47
@Column
48
private int age;
49
50
- @Column(name = "limit_domain_password")
51
- private LocalDateTime limitDomainPassword;
+ @Column(name = "expired_domain_password")
+ private LocalDateTime expiredDomainPassword;
52
53
54
private byte[] bytes;
0 commit comments