update entity
This commit is contained in:
@ -37,11 +37,23 @@ export class HrmsTraining {
|
|||||||
})
|
})
|
||||||
start_at: Date;
|
start_at: Date;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 8,
|
||||||
|
})
|
||||||
|
start_time: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
})
|
})
|
||||||
end_at: Date;
|
end_at: Date;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 8,
|
||||||
|
})
|
||||||
|
end_time: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
length: 64,
|
length: 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user