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