diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-08 18:17:30 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-08 18:17:30 +0200 |
| commit | 8265e92db6dd52e211bac01d7b2eac55d319e734 (patch) | |
| tree | fb4d3caeb8a5e4e56af36b858362a48fcd97c7e6 /models/participant.js | |
| parent | 0a7dc1e9597396edc5a099240bf8aef024946219 (diff) | |
| download | orm-8265e92db6dd52e211bac01d7b2eac55d319e734.tar.gz orm-8265e92db6dd52e211bac01d7b2eac55d319e734.zip | |
regenerate
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 |
