Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user