corrected type to BigInt

This commit is contained in:
Ulf Gebhardt 2022-02-23 21:46:02 +01:00
parent 4bb9f12783
commit ebde61c664
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -29,7 +29,7 @@ export class Transaction extends BaseEntity {
sendSenderFinalBalance: BigInt | null
@Column({ name: 'balance', type: 'bigint', default: 0 })
balance: number
balance: BigInt
@Column({
name: 'balance_date',