update
This commit is contained in:
@ -46,12 +46,10 @@ export class TrxBank {
|
||||
bsb: boolean;
|
||||
|
||||
@Column({
|
||||
type: "int",
|
||||
array: true,
|
||||
nullable: false,
|
||||
default: () => "'{}'",
|
||||
nullable: true,
|
||||
length: 225,
|
||||
})
|
||||
pattern: number[];
|
||||
pattern: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user