diff --git a/src/entity/emr/emr_soap_notes.ts b/src/entity/emr/emr_soap_notes.ts index 8b70b13..fd92bac 100644 --- a/src/entity/emr/emr_soap_notes.ts +++ b/src/entity/emr/emr_soap_notes.ts @@ -45,6 +45,9 @@ export class EmrSoapNotes { @Column({ nullable: true, type: "text" }) plan: string | null; + @Column({ nullable: false, type: "boolean", default: false }) + tbak: boolean; + @CreateDateColumn() created_at: Date;