diff options
Diffstat (limited to 'models/tournament.js')
| -rw-r--r-- | models/tournament.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/tournament.js b/models/tournament.js index 5722d02..1c1ff32 100644 --- a/models/tournament.js +++ b/models/tournament.js @@ -31,6 +31,10 @@ module.exports = function(sequelize, DataTypes) { end: { type: DataTypes.TIME, allowNull: true + }, + region: { + type: DataTypes.STRING(191), + allowNull: true } }, { tableName: 'tournament', |
