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; 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;