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({ @Column({
type: "int", type: "int",
array: true, array: true,
nullable: true, nullable: false,
default: () => "'{}'", default: () => "'{}'",
}) })
pattern: number[]; pattern: number[];