This commit is contained in:
AdisakKanthawilang 2024-08-08 14:56:11 +07:00
parent 04344cd4c5
commit 567af430c1
2 changed files with 16 additions and 9 deletions

View file

@ -82,7 +82,7 @@ export class CreateDevelopmentEvaluation {
@Column()
measuRement: string | null;
@Column()
results: string | null;
results?: string | null;
@Column()
obstacles: string | null;
@Column()