summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-08-21 19:40:38 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-08-21 19:40:38 +0200
commit34f082959a1a747464f921f89a878111bb59634f (patch)
treeed4d34e7e7b6998f856bf364cb1cf7955278659c /models/global_point.js
parentb580deeb6d890e411fd26fc78bef55427e4755c5 (diff)
downloadorm-34f082959a1a747464f921f89a878111bb59634f.tar.gz
orm-34f082959a1a747464f921f89a878111bb59634f.zip
reimport
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/models/global_point.js b/models/global_point.js
index 54be2ff..abba690 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -123,6 +123,22 @@ module.exports = function(sequelize, DataTypes) {
surrender: {
type: "DOUBLE",
allowNull: true
+ },
+ items: {
+ type: "BLOB",
+ allowNull: false
+ },
+ item_grants: {
+ type: "BLOB",
+ allowNull: false
+ },
+ item_uses: {
+ type: "BLOB",
+ allowNull: false
+ },
+ item_sells: {
+ type: "BLOB",
+ allowNull: false
}
}, {
tableName: 'global_point',