From 8755bc1a229bc0774536af62e20be547b422073a Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Wed, 12 Apr 2017 17:26:49 +0530 Subject: Changes for 200. /close 200 --- models/participant.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/participant.js') diff --git a/models/participant.js b/models/participant.js index 22381fc..caa8c80 100644 --- a/models/participant.js +++ b/models/participant.js @@ -57,10 +57,6 @@ 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 -- cgit v1.3.1