update
This commit is contained in:
@ -116,6 +116,18 @@ export class TrxTransaction {
|
|||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
signer_verification: TrxVerification;
|
signer_verification: TrxVerification;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 256,
|
||||||
|
})
|
||||||
|
teller_file: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, length: 256 })
|
||||||
|
tellered_by: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true })
|
||||||
|
tellered_at: Date;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
length: 256,
|
length: 256,
|
||||||
@ -150,12 +162,6 @@ export class TrxTransaction {
|
|||||||
})
|
})
|
||||||
remark: string;
|
remark: string;
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
length: 256,
|
|
||||||
})
|
|
||||||
mt103_file: string;
|
|
||||||
|
|
||||||
@Column({ nullable: true, length: 256 })
|
@Column({ nullable: true, length: 256 })
|
||||||
teller_reference_number: string;
|
teller_reference_number: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user