This commit is contained in:
AdisakKanthawilang 2024-11-20 15:05:18 +07:00
parent be2afbde3a
commit 854785434f
2 changed files with 27 additions and 30 deletions

View file

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