no message
This commit is contained in:
parent
e3a4ad4ed7
commit
e0be0fbb82
2 changed files with 16 additions and 1 deletions
|
|
@ -45,4 +45,11 @@ export class HR_EDUCATION_EMP {
|
|||
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