Skip to content

Commit

Permalink
chore: add column blockTime in LatestTokenBalance entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-DucPhung committed May 7, 2024
1 parent 15fafba commit 0dff681
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ public class LatestTokenBalance {

@Column(name = "quantity")
private BigInteger quantity;

@Column(name = "block_time")
private Long blockTime;
}

0 comments on commit 0dff681

Please sign in to comment.