Migrate #2481
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s

This commit is contained in:
harid 2026-06-05 12:04:52 +07:00
parent 825263c11c
commit 8bd4a816e8
4 changed files with 33 additions and 0 deletions

View file

@ -61,6 +61,14 @@ export class ProfileDiscipline extends EntityBase {
default: null,
})
refCommandNo: string;
@Column({
nullable: true,
length: 40,
comment: "คีย์นอก(FK)ของตาราง command",
default: null,
})
refCommandId: string;
@Column({
nullable: true,

View file

@ -51,6 +51,14 @@ export class ProfileDisciplineHistory extends EntityBase {
})
refCommandNo: string;
@Column({
nullable: true,
length: 40,
comment: "คีย์นอก(FK)ของตาราง command",
default: null,
})
refCommandId: string;
@Column({
nullable: true,
comment: "ล้างมลทิน",