diff options
Diffstat (limited to 'models/global_point.js')
| -rw-r--r-- | models/global_point.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/models/global_point.js b/models/global_point.js index 632560d..85be061 100644 --- a/models/global_point.js +++ b/models/global_point.js @@ -36,6 +36,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: true }, + role_id: { + type: DataTypes.BIGINT, + allowNull: true + }, + region_id: { + type: DataTypes.BIGINT, + allowNull: true + }, played: { type: DataTypes.BIGINT, allowNull: true |
