|
|
@ -18,6 +18,8 @@ const installationschema = new mongoose.Schema({
|
|
|
|
|
|
|
|
|
|
|
|
profile: {
|
|
|
|
profile: {
|
|
|
|
alternativeNumber: { type: String, default: null },
|
|
|
|
alternativeNumber: { type: String, default: null },
|
|
|
|
|
|
|
|
firstName: { type: String, default: null },
|
|
|
|
|
|
|
|
lastName: { type: String, default: null },
|
|
|
|
address1: { type: String, default: null },
|
|
|
|
address1: { type: String, default: null },
|
|
|
|
address2: { type: String, default: null },
|
|
|
|
address2: { type: String, default: null },
|
|
|
|
city: { type: String, default: null },
|
|
|
|
city: { type: String, default: null },
|
|
|
|