fix: join address to the customer get by admin
This commit is contained in:
@@ -10,6 +10,6 @@ export class City {
|
||||
@Column({ type: "varchar", length: 255 })
|
||||
name: string;
|
||||
|
||||
@ManyToOne(() => Province, (province) => province.cities, { eager: true, nullable: false })
|
||||
@ManyToOne(() => Province, (province) => province.cities, { nullable: false })
|
||||
province: Province;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user