update employee field
This commit is contained in:
@ -61,16 +61,6 @@ export class Employee {
|
|||||||
})
|
})
|
||||||
hired_date: Date;
|
hired_date: Date;
|
||||||
|
|
||||||
@ManyToOne(() => Employee, { nullable: true })
|
|
||||||
@JoinColumn({ name: 'manager_id' })
|
|
||||||
manager: Employee;
|
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
type: 'uuid',
|
|
||||||
})
|
|
||||||
manager_id: string;
|
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
length: 64,
|
length: 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user