This commit is contained in:
fro1991
2025-10-29 21:55:00 +07:00
parent 154f1ce9fa
commit 593356e4e5

View File

@ -56,6 +56,18 @@ export class TrxReceiver {
})
account_number: string;
@Column({
nullable: true,
length: 256,
})
iban: string;
@Column({
nullable: true,
length: 256,
})
bsb: string;
@Column()
@CreateDateColumn()
created_at: Date;