fix #857
This commit is contained in:
parent
a648fb3f24
commit
964e938bb2
5 changed files with 49 additions and 24 deletions
|
|
@ -38,7 +38,7 @@ export class DevelopmentOther extends EntityBase {
|
|||
development: Development;
|
||||
|
||||
@ManyToOne(() => Province, (province: Province) => province.developmentOthers)
|
||||
@JoinColumn({ name: "developmentId" })
|
||||
@JoinColumn({ name: "provinceActualId" })
|
||||
province: Province;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue