sort edu by level

This commit is contained in:
kittapath 2025-01-06 23:58:24 +07:00
parent 4b05629c29
commit 587fe5d5b6
11 changed files with 229 additions and 266 deletions

View file

@ -161,6 +161,13 @@ export class ProfileEducation extends EntityBase {
})
isEducation: boolean;
@Column({
nullable: true,
comment: "ใช้ประวัติการศึกษา",
default: null,
})
isUse: boolean;
@Column({
nullable: true,
length: 40,