update
This commit is contained in:
@ -62,6 +62,12 @@ export class PaymentReceived {
|
||||
})
|
||||
total_amount: number;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: 'bigint'
|
||||
})
|
||||
payment: number;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
status: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user