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