From 96242bab304677310e262722a79316367aa2a91b Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Thu, 30 Apr 2026 14:18:32 +0700 Subject: [PATCH] update --- src/entity/emr/emr_patient_education.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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;