diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 20:07:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-15 20:07:05 +0200 |
| commit | 6a1d82c1536a0893156144db4f19d8023a93ee32 (patch) | |
| tree | c37c5267a3612786d6c994916bdc10a5baa0b122 /models/participant_phases.js | |
| parent | 93e91315ee7161b581f7f9e2a7e3fd9f82a2ba2b (diff) | |
| download | orm-6a1d82c1536a0893156144db4f19d8023a93ee32.tar.gz orm-6a1d82c1536a0893156144db4f19d8023a93ee32.zip | |
update participant_phases for blobs
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: { |
