fixing
This commit is contained in:
@ -63,7 +63,7 @@ export class EmrRegistrationOutpatient {
|
|||||||
|
|
||||||
@ManyToOne(() => EmrRegistrationOutpatient, { onDelete: "SET NULL", nullable: true })
|
@ManyToOne(() => EmrRegistrationOutpatient, { onDelete: "SET NULL", nullable: true })
|
||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
appointment_id: EmrRegistrationOutpatient | null;
|
appointment: EmrRegistrationOutpatient | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
|
|||||||
Reference in New Issue
Block a user