diff --git a/db/index.js b/db/index.js index d72b13db09cdaba1eb32cc95773d871a89f389d9..5b9580d0f8a8176064dbdc32fc5ac7d3b0b96bb3 100644 --- a/db/index.js +++ b/db/index.js @@ -85,6 +85,7 @@ const PainSchema = { backache: { type: 'bool', optional: true }, nausea: { type: 'bool', optional: true }, tenderBreasts: { type: 'bool', optional: true }, + migraine: { type: 'bool', optional: true }, other: { type: 'bool', optional: true }, note: { type: 'string', optional: true } }