This commit is contained in:
AdisakKanthawilang 2024-12-19 12:41:48 +07:00
parent a648fb3f24
commit 964e938bb2
5 changed files with 49 additions and 24 deletions

View file

@ -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;
}