From c7ea4b09fbdfe8b289f7e567c26f8fc35d73c8cf Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Fri, 2 Jan 2026 05:59:07 +0700 Subject: [PATCH] update --- src/entity/hrms/hrms_training.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entity/hrms/hrms_training.ts b/src/entity/hrms/hrms_training.ts index 4cc2653..21b2c10 100644 --- a/src/entity/hrms/hrms_training.ts +++ b/src/entity/hrms/hrms_training.ts @@ -15,6 +15,7 @@ export class HrmsTraining { @Column({ nullable: false, + unique: true, length: 256, }) code: string;