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({ @Column({
nullable: false, nullable: false,
}) })
note: number; note: string;
@Column({ nullable: false }) @Column({ nullable: false })
change_at: Date; change_at: Date;