This commit is contained in:
avicenan
2026-03-11 16:25:13 +07:00
parent e3d90532a9
commit 19b81b0a6c

View File

@ -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()