From 25fd3bf258ecfb5619f97997a285b98d3d4852b6 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 12 Feb 2025 14:48:48 +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 d69a3c0..4ed2b85 100644 --- a/src/entity/briva_companies.ts +++ b/src/entity/briva_companies.ts @@ -33,6 +33,9 @@ export class BrivaCompany { }) status: Status; + @Column({ type: "text", nullable: true }) + account_number: string + @Column({ nullable: false, length: 256