diff options
| -rw-r--r-- | models/participant_phases.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant_phases.js b/models/participant_phases.js index d6b0d96..1ee4c89 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -28,6 +28,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.CHAR(36), allowNull: false }, + match_api_id: { + type: DataTypes.CHAR(36), + allowNull: false + }, dmg_true: { type: "DOUBLE", allowNull: true |
