From d97ecf25b5b9c3813627c3c358429efccdde1428 Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Wed, 8 Oct 2025 13:17:42 +0700 Subject: [PATCH] update --- src/entity/trx_companies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/trx_companies.ts b/src/entity/trx_companies.ts index 212d818..d6c1b18 100644 --- a/src/entity/trx_companies.ts +++ b/src/entity/trx_companies.ts @@ -24,7 +24,7 @@ export class TrxCompany { @Column({ nullable: false, - unique: true, + default: null, length: 256, }) type: string;