This commit is contained in:
fro1991
2025-10-31 17:30:37 +07:00
parent feb0905577
commit e340d8687b

View File

@ -60,13 +60,13 @@ export class TrxReceiver {
nullable: true,
length: 256,
})
iban: string;
iban_number: string;
@Column({
nullable: true,
length: 256,
})
bsb: string;
bsb_number: string;
@Column()
@CreateDateColumn()