From ea69147711adbf9022c487b24c6913a2a37127a4 Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Mon, 2 Feb 2026 01:40:32 +0700 Subject: [PATCH] upd --- src/entity/hrms/hrms_training_participant.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/hrms/hrms_training_participant.ts b/src/entity/hrms/hrms_training_participant.ts index 769c3fd..a213072 100644 --- a/src/entity/hrms/hrms_training_participant.ts +++ b/src/entity/hrms/hrms_training_participant.ts @@ -17,6 +17,12 @@ export class HrmsTrainingParticipant { @JoinColumn() employee: HrmsEmployee; + @Column({ + nullable: true, + length: 512, + }) + certificate_url: string; + @Column({ nullable: false, length: 64,