From 6a1d82c1536a0893156144db4f19d8023a93ee32 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 15 Aug 2017 20:07:05 +0200 Subject: update participant_phases for blobs --- models/participant_phases.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'models/participant_phases.js') 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: { -- cgit v1.3.1