From ae868132f3ded6c0cc849f7764cd75f24cfa8fb7 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 18 Feb 2025 17:50:11 +0700 Subject: [PATCH] update --- 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 4ed2b85..65f2b18 100644 --- a/src/entity/briva_companies.ts +++ b/src/entity/briva_companies.ts @@ -36,6 +36,9 @@ export class BrivaCompany { @Column({ type: "text", nullable: true }) account_number: string + @Column({ type: "text", nullable: true }) + account_code: string + @Column({ nullable: false, length: 256