diff options
Diffstat (limited to 'models/player.js')
| -rw-r--r-- | models/player.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/player.js b/models/player.js index 6a8dda2..3bdab2e 100644 --- a/models/player.js +++ b/models/player.js @@ -42,7 +42,7 @@ module.exports = function(sequelize, DataTypes) { allowNull: false }, skill_tier: { - type: DataTypes.INTEGER(5).UNSIGNED, + type: DataTypes.INTEGER(6), allowNull: true } }, { |
