diff options
Diffstat (limited to 'models/participant_phases.js')
| -rw-r--r-- | models/participant_phases.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/models/participant_phases.js b/models/participant_phases.js index 4d45e02..369c242 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -245,31 +245,31 @@ module.exports = function(sequelize, DataTypes) { allowNull: true }, item_grants: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, item_sells: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, ability_levels: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, ability_uses: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, ability_damage: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, item_uses: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, player_damage: { - type: DataTypes.STRING(191), + type: DataTypes.BLOB, allowNull: true }, draft_position: { |
