udpate
This commit is contained in:
@ -168,9 +168,9 @@ export class TrxTransaction {
|
|||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
type: "text",
|
length: 4096,
|
||||||
})
|
})
|
||||||
qr_code: string;
|
qrcode_url: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
|
|||||||
Reference in New Issue
Block a user