update trx_otp_email

This commit is contained in:
2025-09-17 13:51:53 +07:00
parent 9feeb077a0
commit 37920340fa
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ export class TrxOtpEmail {
unique: true,
length: 64,
})
number: string;
email: string;
@Column({
nullable: false,
@ -24,8 +24,8 @@ export class TrxOtpEmail {
expired: Date;
@Column({
nullable: false,
default: false,
length: 64,
})
status: boolean;

View File

@ -25,7 +25,6 @@ export class TrxOtpNumber {
@Column({
default: false,
length: 64,
})
status: boolean;