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