update
This commit is contained in:
@ -118,8 +118,8 @@ export class CashierItem {
|
||||
|
||||
@Column({ nullable: true })
|
||||
@DeleteDateColumn()
|
||||
deleted_at: Date;
|
||||
deleted_at: Date | null;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
deleted_by: string;
|
||||
deleted_by: string | null;
|
||||
}
|
||||
@ -52,7 +52,7 @@ export class EmrDoctorProcedure {
|
||||
|
||||
@Column({ nullable: true })
|
||||
@DeleteDateColumn()
|
||||
deleted_at: Date;
|
||||
deleted_at: Date | null;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
deleted_by: string;
|
||||
|
||||
Reference in New Issue
Block a user