summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/participant_stats.js')
-rw-r--r--models/participant_stats.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js
index 3512cdf..dca0d0e 100644
--- a/models/participant_stats.js
+++ b/models/participant_stats.js
@@ -21,6 +21,10 @@ module.exports = function(sequelize, DataTypes) {
allowNull: false,
defaultValue: "1"
},
+ items: {
+ type: DataTypes.STRING(255),
+ allowNull: false
+ },
participant_api_id: {
type: DataTypes.CHAR(36),
allowNull: false