add column identity_number on TrxReceiver
This commit is contained in:
@ -68,6 +68,12 @@ export class TrxReceiver {
|
||||
})
|
||||
bsb_number: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
identity_number: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user