This commit is contained in:
fro1991
2025-10-21 00:19:53 +07:00
parent 27dc57af5c
commit b3e9038c33

View File

@ -42,7 +42,7 @@ export class TrxVerification {
expired_at: Date;
@Column({
nullable: false,
nullable: true,
})
verified_at: Date;