update trx_otp_email
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ export class TrxOtpNumber {
|
||||
|
||||
@Column({
|
||||
default: false,
|
||||
length: 64,
|
||||
})
|
||||
status: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user