This commit is contained in:
fro1991
2025-11-02 18:28:24 +07:00
parent e99dd9705d
commit 6d3d82b671

View File

@ -45,6 +45,13 @@ export class TrxBank {
})
bsb: boolean;
@Column({
type: "int",
array: true,
nullable: true,
})
pattern: number[];
@Column()
@CreateDateColumn()
created_at: Date;