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, nullable: true,
length: 256, length: 256,
}) })
iban: string; iban_number: string;
@Column({ @Column({
nullable: true, nullable: true,
length: 256, length: 256,
}) })
bsb: string; bsb_number: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()