edit phoneNUmber add field email

This commit is contained in:
AdisakKanthawilang 2024-10-18 12:09:46 +07:00
parent bd3cb33a5e
commit dca044eeae
2 changed files with 100 additions and 0 deletions

View file

@ -120,6 +120,13 @@ export class Profile extends EntityBase {
})
email: string;
@Column({
nullable: true,
comment: "สถานะอีเมล",//VERIFIED = ยืนยัน, NOT_VERIFIED = ไม่ได้ยืนยัน
default: null,
})
statusEmail: string;
@Column({
nullable: true,
length: 20,