From 965b67986df94ffe819b6973dc483c9ba18eb85b Mon Sep 17 00:00:00 2001 From: fro1991 Date: Fri, 7 Feb 2025 02:09:20 +0700 Subject: [PATCH] update briva account --- src/entity/briva_accounts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/briva_accounts.ts b/src/entity/briva_accounts.ts index 53f95fd..962f74d 100644 --- a/src/entity/briva_accounts.ts +++ b/src/entity/briva_accounts.ts @@ -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;