Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -20,6 +20,9 @@ export class EarchiveReceiver {
|
|||||||
|
|
||||||
@Column({ name: 'uuidreceiver', type: 'uuid', nullable: true })
|
@Column({ name: 'uuidreceiver', type: 'uuid', nullable: true })
|
||||||
uuidreceiver: string;
|
uuidreceiver: string;
|
||||||
|
|
||||||
|
@Column({ name: 'namereceiver', nullable: true })
|
||||||
|
namereceiver: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
|
|||||||
Reference in New Issue
Block a user