This commit is contained in:
fro1991
2025-10-30 03:05:52 +07:00
parent 30ae44e68d
commit 6ff52c7743

View File

@ -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()