add entry

This commit is contained in:
mamoss 2025-07-08 23:27:41 +07:00
parent c6829ed14f
commit 30c785dc3c
5 changed files with 174 additions and 3 deletions

View file

@ -108,6 +108,12 @@ export class ProfileTraining extends EntityBase {
})
isDate: boolean;
@Column({
comment: "ข้อมูลจาก Entry",
default: false,
})
isEntry: boolean;
@Column({
nullable: true,
length: 40,