This commit is contained in:
fro1991
2025-10-18 02:29:49 +07:00
parent aca07277f7
commit ec777eb72b

View File

@ -41,12 +41,13 @@ export class TrxCustomerAccount {
address: string;
@Column({
nullable: true,
type: "float8",
})
balance: number;
@Column({
nullable: false,
nullable: true,
})
balance_at: Date;