add entry
This commit is contained in:
parent
c6829ed14f
commit
30c785dc3c
5 changed files with 174 additions and 3 deletions
|
|
@ -108,6 +108,12 @@ export class ProfileTraining extends EntityBase {
|
|||
})
|
||||
isDate: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: false,
|
||||
})
|
||||
isEntry: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue