update: add tbak column to emr_soap_notes
This commit is contained in:
@ -45,6 +45,9 @@ export class EmrSoapNotes {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
plan: string | null;
|
plan: string | null;
|
||||||
|
|
||||||
|
@Column({ nullable: false, type: "boolean", default: false })
|
||||||
|
tbak: boolean;
|
||||||
|
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user