diff --git a/src/entity/briva_companies.ts b/src/entity/briva_companies.ts index fff232e..d69a3c0 100644 --- a/src/entity/briva_companies.ts +++ b/src/entity/briva_companies.ts @@ -33,12 +33,6 @@ export class BrivaCompany { }) status: Status; - @Column({ - nullable: true, - length: 256 - }) - type: string; - @Column({ nullable: false, length: 256