|
@@ -28,7 +28,8 @@ const investigation = {
|
|
|
|
|
|
techol_name: { type: String, required: false },
|
|
|
urgent: { type: String, required: false },
|
|
|
- cooperation: { type: String, required: false },
|
|
|
+ cooperation: { type: Array, required: false },
|
|
|
+ budget: { type: String, required: false },
|
|
|
};
|
|
|
|
|
|
const schema = new Schema(investigation, { toJSON: { virtuals: true } });
|