create user emp

This commit is contained in:
mamoss 2025-05-19 03:30:56 +07:00
parent dde45bfcd7
commit 3dc653bfb0
3 changed files with 190 additions and 107 deletions

View file

@ -186,4 +186,11 @@ export class EMPLOYEE {
default: null,
})
LEVEL_NAME: string;
@Column({
nullable: true,
type: "text",
default: null,
})
WORK_LEVEL: string;
}