fix(patient): add new column of tag_id
This commit is contained in:
@ -112,6 +112,9 @@ export class EmrPatient {
|
||||
@Column({ nullable: true, length: 128 })
|
||||
telephone: string;
|
||||
|
||||
@Column({ nullable: true, length: 128 })
|
||||
tag_id: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user