From feda5b33f92ecc09a3dd5c619271519b21314c6d Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Thu, 30 Apr 2026 14:03:16 +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 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;