update employe_file_url
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user