diff options
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/models/participant.js b/models/participant.js index d080b22..f0f984d 100644 --- a/models/participant.js +++ b/models/participant.js @@ -49,6 +49,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.STRING(16), allowNull: false }, + farm: { + type: "DOUBLE(6,2)", + allowNull: false + }, + first_afk_time: { + type: "DOUBLE(12,4)", + allowNull: false + }, karma_level: { type: DataTypes.INTEGER(3).UNSIGNED, allowNull: false |
