This commit is contained in:
2025-09-30 13:46:53 +07:00
parent e926b021f7
commit 9a327ab376

View File

@ -35,7 +35,7 @@ export class TrxRecepientDomestic {
account_number: string;
@Column({
nullable: false,
nullable: true,
length: 256,
})
iban: string;