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