เพิ่มฟิว isProfile
This commit is contained in:
parent
29527c512e
commit
02002a32a6
3 changed files with 21 additions and 0 deletions
|
|
@ -215,6 +215,12 @@ export class DevelopmentHistory extends EntityBase {
|
|||
default: false,
|
||||
})
|
||||
isDone: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "มีข้อมูลอยู่ในทะเบียนประวัติ",
|
||||
default: false,
|
||||
})
|
||||
isProfile: boolean;
|
||||
}
|
||||
export class CreateDevelopmentHistory {
|
||||
@Column()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue