up
This commit is contained in:
@ -94,12 +94,6 @@ export class TrxTransaction {
|
||||
@Column({ nullable: true })
|
||||
signer_approved_at: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096,
|
||||
})
|
||||
is_valid_otp: String;
|
||||
|
||||
@Column({ type: "boolean", nullable: true })
|
||||
is_release: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user