This commit is contained in:
fro1991
2025-10-29 21:53:26 +07:00
parent 95aa41e07a
commit e22966b3f0

View File

@ -29,6 +29,16 @@ export class TrxBank {
})
account_validate: boolean;
@Column({
default: false,
})
iban: boolean;
@Column({
default: false,
})
bsb: boolean;
@Column()
@CreateDateColumn()
created_at: Date;