This commit is contained in:
kittapath 2025-02-12 10:43:01 +07:00
parent 8ab3cb26b5
commit 33ec55250c
3 changed files with 374 additions and 198 deletions

View file

@ -45,4 +45,11 @@ export class HR_EDUCATION {
default: null,
})
INSTITUE: string;
@Column({
nullable: true,
length: 255,
default: null,
})
EDUCATION_SEQ: string;
}