diff --git a/src/entity/emr/emr_patient_education.ts b/src/entity/emr/emr_patient_education.ts index 01fa5f0..019883b 100644 --- a/src/entity/emr/emr_patient_education.ts +++ b/src/entity/emr/emr_patient_education.ts @@ -74,6 +74,12 @@ export class PatientEducation { }) notes: string; + @Column({ + nullable: true, + type: "text", + }) + education_recipient_name: string; + @CreateDateColumn() created_at: Date;