update
This commit is contained in:
@ -115,6 +115,9 @@ export class BrilinkTransaction {
|
|||||||
})
|
})
|
||||||
refund_reference: string;
|
refund_reference: string;
|
||||||
|
|
||||||
|
@Column({ type: "varchar", length: 255, nullable: true })
|
||||||
|
refund_by: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user