From 41b5272c7eb88589289a53e6e06930f3eaca99e3 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 19 Feb 2025 18:22:41 +0700 Subject: [PATCH] update briva --- src/entity/briva_companies.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/briva_companies.ts b/src/entity/briva_companies.ts index afcd7a4..46a56d8 100644 --- a/src/entity/briva_companies.ts +++ b/src/entity/briva_companies.ts @@ -50,14 +50,14 @@ export class BrivaCompany { @Column({ nullable: false, - unique: true, + unique: false, length: 256 }) pic_phone: string; @Column({ nullable: false, - unique: true, + unique: false, length: 256 }) pic_email: string;