This commit is contained in:
fro1991
2025-07-06 22:43:15 +07:00
parent 4fcba399a9
commit 9d4affd2f1

View File

@ -115,6 +115,9 @@ export class BrilinkTransaction {
})
refund_reference: string;
@Column({ type: "varchar", length: 255, nullable: true })
refund_by: string;
@Column({
nullable: true,
})