fixing
This commit is contained in:
@ -21,6 +21,9 @@ export class EarchiveReceiver {
|
||||
@Column({ name: 'uuidreceiver', type: 'uuid', nullable: true })
|
||||
uuidreceiver: string;
|
||||
|
||||
@Column({ name: 'namereceiver', type: 'uuid', nullable: true })
|
||||
namereceiver: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user