|
@@ -7,7 +7,6 @@ const metaPlugin = require('naf-framework-mongoose/lib/model/meta-plugin');
|
|
|
const QuestionnaireSchema = {
|
|
|
name: { type: String, required: true, maxLength: 200 },
|
|
|
num: { type: String, required: true, maxLength: 200 },
|
|
|
- status: { type: String, required: true, maxLength: 200, defalut: 0 },
|
|
|
question: [ String ],
|
|
|
};
|
|
|
|