feat(patient): add new column of card_print_queue_id to store the task/job id
This commit is contained in:
@ -126,6 +126,9 @@ export class EmrPatient {
|
||||
@Column({ nullable: true, length: 64 })
|
||||
card_name: string;
|
||||
|
||||
@Column({ nullable: true })
|
||||
card_print_queue_id: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user