This commit is contained in:
fro1991
2025-11-02 18:32:44 +07:00
parent 13f4627fac
commit 5b2e9e1b29

View File

@ -48,7 +48,7 @@ export class TrxBank {
@Column({
type: "int",
array: true,
nullable: true,
nullable: false,
default: () => "'{}'",
})
pattern: number[];