update entity

This commit is contained in:
Narul Hidayah
2026-01-12 17:20:19 +07:00
parent 93d8f95e3c
commit d1a3d3589e

View File

@ -37,11 +37,23 @@ export class HrmsTraining {
})
start_at: Date;
@Column({
nullable: true,
length: 8,
})
start_time: string;
@Column({
nullable: false,
})
end_at: Date;
@Column({
nullable: true,
length: 8,
})
end_time: string;
@Column({
nullable: false,
length: 64,