fix: Broken link from FormOfAddress to Employee
parent
3b5c2a20f6
commit
fe895901e6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue