up
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user