update briva account

This commit is contained in:
fro1991
2025-02-07 02:09:20 +07:00
parent 689132c19a
commit 965b67986d

View File

@ -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;