This commit is contained in:
fro1991
2025-10-21 23:18:11 +07:00
parent 058d40b1c8
commit 4529a10f08
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ export class TrxBankSwift {
@Column({ @Column({
nullable: true, nullable: true,
length: 64, length: 64,
default: Status.Active,
}) })
status: Status; status: Status;

View File

@ -27,6 +27,7 @@ export class TrxBank {
@Column({ @Column({
nullable: true, nullable: true,
length: 64, length: 64,
default: Status.Active,
}) })
status: Status; status: Status;