update
This commit is contained in:
@ -18,7 +18,7 @@ export class User {
|
||||
email: string;
|
||||
|
||||
@ManyToOne(() => HrmsEmployee, { onDelete: "NO ACTION", nullable: true })
|
||||
@JoinTable()
|
||||
@JoinColumn()
|
||||
employee: HrmsEmployee;
|
||||
|
||||
@Column({
|
||||
|
||||
Reference in New Issue
Block a user