update
This commit is contained in:
@ -45,6 +45,13 @@ export class TrxBank {
|
||||
})
|
||||
bsb: boolean;
|
||||
|
||||
@Column({
|
||||
type: "int",
|
||||
array: true,
|
||||
nullable: true,
|
||||
})
|
||||
pattern: number[];
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user