diff --git a/src/entity/remit_otp.ts b/src/entity/remit_otp.ts index 65a0e54..213e6bb 100644 --- a/src/entity/remit_otp.ts +++ b/src/entity/remit_otp.ts @@ -11,7 +11,7 @@ export class RemitOtp { nullable: false, length: 256, }) - phone: string; + username: string; @Column({ nullable: false,