From 8265e92db6dd52e211bac01d7b2eac55d319e734 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 8 Apr 2017 18:17:30 +0200 Subject: regenerate --- models/participant.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'models/participant.js') 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 -- cgit v1.3.1