no message
This commit is contained in:
parent
fc0f86b845
commit
87047b383d
1 changed files with 8 additions and 0 deletions
|
|
@ -20,6 +20,14 @@ export class ChangePosition extends EntityBase {
|
|||
})
|
||||
date: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "สถานะ",
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
status: string;
|
||||
|
||||
@OneToMany(() => ProfileChangePosition, (x) => x.profile)
|
||||
profileChangePosition: ProfileChangePosition[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue