import
This commit is contained in:
parent
8ab3cb26b5
commit
33ec55250c
3 changed files with 374 additions and 198 deletions
|
|
@ -45,4 +45,11 @@ export class HR_EDUCATION {
|
|||
default: null,
|
||||
})
|
||||
INSTITUE: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
EDUCATION_SEQ: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue