import edu mis
This commit is contained in:
parent
7d572b18d2
commit
cfb5038357
2 changed files with 46 additions and 9 deletions
|
|
@ -66,4 +66,11 @@ export class HR_EDUCATION {
|
|||
default: null,
|
||||
})
|
||||
MAJOR_CODE: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
FLAG_EDUCATION: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue