From 32f79f007893f87d7252b21da1be4ea0e30ac6a1 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 19 Feb 2025 12:34:16 +0700 Subject: [PATCH] update briva --- src/entity/briva_companies.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/entity/briva_companies.ts b/src/entity/briva_companies.ts index 65f2b18..afcd7a4 100644 --- a/src/entity/briva_companies.ts +++ b/src/entity/briva_companies.ts @@ -39,6 +39,9 @@ export class BrivaCompany { @Column({ type: "text", nullable: true }) account_code: string + @Column({ type: "text", nullable: true }) + account_holder: string + @Column({ nullable: false, length: 256