update
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user