diff options
Diffstat (limited to 'models/global_point_phase.js')
| -rw-r--r-- | models/global_point_phase.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/models/global_point_phase.js b/models/global_point_phase.js index 952a814..baa308d 100644 --- a/models/global_point_phase.js +++ b/models/global_point_phase.js @@ -244,6 +244,38 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: false }, + heal_heal_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_healed_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_heal_other: { + type: "DOUBLE", + allowNull: true + }, + heal_healed_other: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_heal_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_healed_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_heal_other: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_healed_other: { + type: "DOUBLE", + allowNull: true + }, item_001_use: { type: DataTypes.BIGINT, allowNull: false |
