added dob filed for user
This commit is contained in:
@@ -61,4 +61,7 @@ public class UserEntity extends BaseEntity {
|
||||
|
||||
@Column(name = "CODICE_FISCALE")
|
||||
private String codiceFiscale;
|
||||
|
||||
@Column(name = "DATE_OF_BIRTH")
|
||||
private LocalDateTime dateOfBirth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user