migrate
This commit is contained in:
parent
09eab4d6a1
commit
2b0865ea9f
4 changed files with 146 additions and 22 deletions
|
|
@ -161,6 +161,13 @@ export class ProfileEducation extends EntityBase {
|
|||
})
|
||||
isEducation: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เป็นวุฒิศึกษาสูงสุด",
|
||||
default: null,
|
||||
})
|
||||
isHigh: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ใช้ประวัติการศึกษา",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue