Merge pull request 'chore: Update branch' (#6) from Maradona/Backend:restfull into restfull
Reviewed-on: #6pull/1/head
commit
98e1d574b0
|
@ -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