From 61b99cf6b0a788cc15740f21404e40bec434a17d Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Tue, 28 Apr 2026 23:27:02 +0700 Subject: [PATCH] update --- src/entity/inpatient_room_beds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/inpatient_room_beds.ts b/src/entity/inpatient_room_beds.ts index 0d068c2..73a3ec1 100644 --- a/src/entity/inpatient_room_beds.ts +++ b/src/entity/inpatient_room_beds.ts @@ -20,7 +20,7 @@ export class InpatientRoomBed { nullable: false, type: "int", }) - order_number: number; + number: number; @Column({ nullable: false,