This commit is contained in:
2026-05-01 20:38:57 +07:00
parent 9ad5660d80
commit 15d623ea5a

View File

@ -18,7 +18,7 @@ export class EmrBoardingRoomDoctorHistory {
@Column({
nullable: false,
})
note: number;
note: string;
@Column({ nullable: false })
change_at: Date;