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" })
|
||||
plan: string | null;
|
||||
|
||||
@Column({ nullable: false, type: "boolean", default: false })
|
||||
tbak: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user