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