update
This commit is contained in:
@ -34,6 +34,12 @@ export class TrxBank {
|
||||
})
|
||||
iban: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 225,
|
||||
})
|
||||
iban_code: string;
|
||||
|
||||
@Column({
|
||||
default: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user