This commit is contained in:
fro1991
2025-11-01 01:37:02 +07:00
parent 9e066e882f
commit e99dd9705d

View File

@ -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,
}) })