fix: Broken link from FormOfAddress to Employee

pull/1/head
Lunix-420 2024-11-11 15:23:32 +01:00
parent 3b5c2a20f6
commit fe895901e6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class Employee {
private String lastName;
@ManyToOne
@JoinColumn(name = "FID")
@JoinColumn(name = "FID", referencedColumnName = "fid")
private FormOfAddress formOfAddress;
private LocalTime dStart;