diff options
| -rw-r--r-- | models/participant.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant.js b/models/participant.js index 9c17e74..5779585 100644 --- a/models/participant.js +++ b/models/participant.js @@ -25,6 +25,10 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.STRING(191), allowNull: false }, + hero_id: { + type: DataTypes.STRING(191), + allowNull: false + }, created_at: { type: DataTypes.TIME, allowNull: true |
