This commit is contained in:
Narul Hidayah
2026-02-02 01:40:32 +07:00
parent cc63b7e724
commit ea69147711

View File

@ -17,6 +17,12 @@ export class HrmsTrainingParticipant {
@JoinColumn() @JoinColumn()
employee: HrmsEmployee; employee: HrmsEmployee;
@Column({
nullable: true,
length: 512,
})
certificate_url: string;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,