เพิ่มผู้บังคับบัญชา

This commit is contained in:
Kittapath 2024-03-27 13:48:06 +07:00
parent 474630a7ba
commit ad08061836
5 changed files with 110 additions and 0 deletions

View file

@ -185,6 +185,14 @@ export class Profile extends EntityBase {
})
birthDate: Date;
@Column({
nullable: true,
comment: "เหตุผลกรณีวันไม่ตรงกัน",
length: 255,
default: null,
})
reasonSameDate: string;
@Column({
nullable: true,
comment: "เชื้อชาติ",