This commit is contained in:
2025-10-15 02:17:09 +07:00
parent a98efa9658
commit 4dd90607b5

View File

@ -94,12 +94,6 @@ export class TrxTransaction {
@Column({ nullable: true }) @Column({ nullable: true })
signer_approved_at: Date; signer_approved_at: Date;
@Column({
nullable: true,
length: 4096,
})
is_valid_otp: String;
@Column({ type: "boolean", nullable: true }) @Column({ type: "boolean", nullable: true })
is_release: boolean; is_release: boolean;