This commit is contained in:
Bright 2025-03-07 18:09:29 +07:00
parent 09eab4d6a1
commit 2b0865ea9f
4 changed files with 146 additions and 22 deletions

View file

@ -161,6 +161,13 @@ export class ProfileEducation extends EntityBase {
})
isEducation: boolean;
@Column({
nullable: true,
comment: "เป็นวุฒิศึกษาสูงสุด",
default: null,
})
isHigh: boolean;
@Column({
nullable: true,
comment: "ใช้ประวัติการศึกษา",