This commit is contained in:
2026-01-02 05:59:07 +07:00
parent 95b512d560
commit c7ea4b09fb

View File

@ -15,6 +15,7 @@ export class HrmsTraining {
@Column({
nullable: false,
unique: true,
length: 256,
})
code: string;