This commit is contained in:
fro1991
2025-10-30 02:59:05 +07:00
parent 7f274a9d31
commit 30ae44e68d

View File

@ -167,6 +167,7 @@ export class TrxTransaction {
purpose_label: string; purpose_label: string;
@Column({ @Column({
nullable: true,
type: "text", type: "text",
}) })
qr_code: string; qr_code: string;