edit phoneNUmber add field email
This commit is contained in:
parent
bd3cb33a5e
commit
dca044eeae
2 changed files with 100 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue