This commit is contained in:
2025-11-03 05:03:40 +07:00

View File

@ -45,6 +45,12 @@ export class TrxBank {
}) })
bsb: boolean; bsb: boolean;
@Column({
nullable: true,
length: 225,
})
pattern: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()
created_at: Date; created_at: Date;