summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:29:55 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-22 14:29:55 +0200
commit5cbc55a1a441a098393cc44e50f7e2be4e8473e2 (patch)
treec8b66fe19651dab480515ccc3287c9d066066669 /models/global_point.js
parentc10a7c594b89de94ddcf4b8396971d4fec2203db (diff)
downloadorm-5cbc55a1a441a098393cc44e50f7e2be4e8473e2.tar.gz
orm-5cbc55a1a441a098393cc44e50f7e2be4e8473e2.zip
import
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js8
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