update
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user