This commit is contained in:
fro1991
2025-11-02 18:33:12 +07:00
parent 5b2e9e1b29
commit b0543f2cd2

View File

@ -46,12 +46,10 @@ export class TrxBank {
bsb: boolean; bsb: boolean;
@Column({ @Column({
type: "int", nullable: true,
array: true, length: 225,
nullable: false,
default: () => "'{}'",
}) })
pattern: number[]; pattern: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()