|
@@ -63,7 +63,7 @@ const TeacherSchema = {
|
|
|
courses: { type: String, required: true, maxLength: 200 },
|
|
|
academic: { type: [ academicInfo ], select: true },
|
|
|
jobyear: { type: String, required: true, maxLength: 200 },
|
|
|
- jobaddress: { type: String, required: true, maxLength: 500 },
|
|
|
+ jobaddress: { type: String, required: false, maxLength: 500 },
|
|
|
subid: { type: String, required: true, maxLength: 200 },
|
|
|
islyteacher: { type: String, required: true, maxLength: 200 },
|
|
|
zlscore: { type: String, required: false, maxLength: 200 },
|