update: add tbak column to emr_soap_notes

This commit is contained in:
wayanrivan
2026-05-29 14:01:19 +07:00
parent 5006869ffa
commit 85c96521af

View File

@ -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;