added dob filed for user

This commit is contained in:
rajesh
2024-09-26 13:25:57 +05:30
parent c89adce850
commit ea30c41002
8 changed files with 22 additions and 1 deletions

View File

@@ -61,4 +61,7 @@ public class UserEntity extends BaseEntity {
@Column(name = "CODICE_FISCALE")
private String codiceFiscale;
@Column(name = "DATE_OF_BIRTH")
private LocalDateTime dateOfBirth;
}