This commit is contained in:
Narul Hidayah
2026-01-02 03:33:42 +07:00

View File

@ -13,12 +13,24 @@ export class HrmsTraining {
})
name: string;
@Column({
nullable: false,
length: 256,
})
code: string;
@Column({
nullable: false,
length: 4096,
})
description: string;
@Column({
nullable: false,
length: 256,
})
location: string;
@Column({
nullable: false,
})