import edu mis

This commit is contained in:
kittapath 2025-03-11 10:03:55 +07:00
parent 7d572b18d2
commit cfb5038357
2 changed files with 46 additions and 9 deletions

View file

@ -66,4 +66,11 @@ export class HR_EDUCATION {
default: null,
})
MAJOR_CODE: string;
@Column({
nullable: true,
type: "text",
default: null,
})
FLAG_EDUCATION: string;
}