Merge pull request 'Resolve #88' (#89) from 3002833/Backend:main into restfull
Reviewed-on: Maradona/Backend#89pull/1/head
commit
c1fbb7a546
|
@ -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