no message

This commit is contained in:
kittapath 2025-02-17 22:34:41 +07:00
parent e3a4ad4ed7
commit e0be0fbb82
2 changed files with 16 additions and 1 deletions

View file

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