update
This commit is contained in:
@ -41,12 +41,13 @@ export class TrxCustomerAccount {
|
|||||||
address: string;
|
address: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
nullable: true,
|
||||||
type: "float8",
|
type: "float8",
|
||||||
})
|
})
|
||||||
balance: number;
|
balance: number;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: true,
|
||||||
})
|
})
|
||||||
balance_at: Date;
|
balance_at: Date;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user