From 15d623ea5a7dd46ee5a4d8df856f28f1454779f9 Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Fri, 1 May 2026 20:38:57 +0700 Subject: [PATCH] update --- src/entity/emr/emr_boarding_room_doctor_histories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/emr/emr_boarding_room_doctor_histories.ts b/src/entity/emr/emr_boarding_room_doctor_histories.ts index 9a3d9c6..d0b102f 100644 --- a/src/entity/emr/emr_boarding_room_doctor_histories.ts +++ b/src/entity/emr/emr_boarding_room_doctor_histories.ts @@ -18,7 +18,7 @@ export class EmrBoardingRoomDoctorHistory { @Column({ nullable: false, }) - note: number; + note: string; @Column({ nullable: false }) change_at: Date;