clear data

This commit is contained in:
Kittapath 2024-08-05 10:16:26 +07:00
parent b2fd959162
commit 0bbf61b94a
3 changed files with 108 additions and 37 deletions

View file

@ -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,