clear data
This commit is contained in:
parent
b2fd959162
commit
0bbf61b94a
3 changed files with 108 additions and 37 deletions
|
|
@ -32,12 +32,12 @@ export class HR_EDUCATION {
|
|||
})
|
||||
EDUCATION_YEAR: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
EDUCATION_NAME: string;
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// type: "text",
|
||||
// default: null,
|
||||
// })
|
||||
// EDUCATION_NAME: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue