update employe_file_url
This commit is contained in:
@ -59,6 +59,9 @@ export class HrmsEmployee {
|
||||
@Column({ nullable: true, length: 256 })
|
||||
photo_url: string;
|
||||
|
||||
@Column({ nullable: true, length: 512 })
|
||||
employee_file_url: string;
|
||||
|
||||
@ManyToOne(() => Aldeia)
|
||||
@JoinColumn({ name: "aldeia_id" })
|
||||
aldeia: Aldeia;
|
||||
|
||||
Reference in New Issue
Block a user