Fix Entity
This commit is contained in:
parent
67c54e3273
commit
b7ca6795cb
6 changed files with 49 additions and 35 deletions
|
|
@ -54,7 +54,7 @@ export class ProfileFamilyFatherHistory extends EntityBase {
|
|||
})
|
||||
profileFamilyFatherId: string;
|
||||
|
||||
@ManyToOne(() => ProfileFamilyFather, (v) => v.profileFamilyFather)
|
||||
@ManyToOne(() => ProfileFamilyFather, (v) => v.histories)
|
||||
@JoinColumn({ name: "profileFamilyFatherId" })
|
||||
histories: ProfileFamilyFather;
|
||||
profileFamilyFather: ProfileFamilyFather;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue