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;