diff options
Diffstat (limited to 'models/participant_stats.js')
| -rw-r--r-- | models/participant_stats.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant_stats.js b/models/participant_stats.js index fcc0870..004deb1 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -183,6 +183,10 @@ module.exports = function(sequelize, DataTypes) { duration: { type: DataTypes.INTEGER(5).UNSIGNED, allowNull: false + }, + nacl_score: { + type: "DOUBLE", + allowNull: true } }, { tableName: 'participant_stats', |
