update employe_file_url

This commit is contained in:
Narul Hidayah
2026-01-02 14:57:52 +07:00
parent 94d49b9460
commit b66940ecf2

View File

@ -59,6 +59,9 @@ export class HrmsEmployee {
@Column({ nullable: true, length: 256 }) @Column({ nullable: true, length: 256 })
photo_url: string; photo_url: string;
@Column({ nullable: true, length: 512 })
employee_file_url: string;
@ManyToOne(() => Aldeia) @ManyToOne(() => Aldeia)
@JoinColumn({ name: "aldeia_id" }) @JoinColumn({ name: "aldeia_id" })
aldeia: Aldeia; aldeia: Aldeia;