update briva account
This commit is contained in:
@ -43,13 +43,13 @@ export class BrivaAccount {
|
||||
last_trans_at: Date;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
length: 256
|
||||
})
|
||||
last_trans_ref_number: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
type: 'float8'
|
||||
})
|
||||
last_trans_amount: number;
|
||||
|
||||
Reference in New Issue
Block a user