From f7768a4569786ef7aefaeea6f397f6a51d47051c Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Wed, 8 Oct 2025 13:10:21 +0700 Subject: [PATCH] update --- src/entity/trx_companies.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/entity/trx_companies.ts b/src/entity/trx_companies.ts index 161c117..212d818 100644 --- a/src/entity/trx_companies.ts +++ b/src/entity/trx_companies.ts @@ -22,6 +22,13 @@ export class TrxCompany { }) code: string; + @Column({ + nullable: false, + unique: true, + length: 256, + }) + type: string; + @Column({ nullable: false, length: 64,