cloud-ide-model-schema 1.1.164 → 1.1.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -57,6 +57,12 @@ var admission_application_main = new mongoose_1.Schema({
|
|
|
57
57
|
lowercase: true,
|
|
58
58
|
comment: "Student/Applicant primary email"
|
|
59
59
|
},
|
|
60
|
+
admap_mobile_phone: {
|
|
61
|
+
type: String,
|
|
62
|
+
maxlength: 20,
|
|
63
|
+
trim: true,
|
|
64
|
+
comment: "Student/Applicant mobile phone number"
|
|
65
|
+
},
|
|
60
66
|
admap_date_of_birth: {
|
|
61
67
|
type: Date
|
|
62
68
|
},
|
package/package.json
CHANGED