This commit is contained in:
Narul Hidayah
2026-01-02 23:24:48 +07:00
parent 72ec333a2a
commit f7d8982bbf

View File

@ -18,7 +18,7 @@ export class User {
email: string; email: string;
@ManyToOne(() => HrmsEmployee, { onDelete: "NO ACTION", nullable: true }) @ManyToOne(() => HrmsEmployee, { onDelete: "NO ACTION", nullable: true })
@JoinTable() @JoinColumn()
employee: HrmsEmployee; employee: HrmsEmployee;
@Column({ @Column({