From 9b7bef0bf9d70ad461a5b83460d58defcbc06b7c Mon Sep 17 00:00:00 2001 From: fro1991 Date: Fri, 7 Feb 2025 03:27:32 +0700 Subject: [PATCH] update --- src/entity/briva_companies.ts | 6 ------ 1 file changed, 6 deletions(-) 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