This commit is contained in:
2025-10-01 19:43:20 +07:00
parent 68e52102d6
commit 9a629bd8d5

View File

@ -21,7 +21,6 @@ export class TrxRecepientRemittance {
@Column({ @Column({
nullable: false, nullable: false,
length: 256, length: 256,
unique: true,
}) })
iban: string; iban: string;