summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-12-10 13:41:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-12-10 13:41:23 +0100
commit3e04856b75dcdd5cbb9499d17dd7a30245c06698 (patch)
tree53cc55c2dcd0edad6e7dfe7f56ca9896c87064a4 /models/global_point.js
parentf68df5b90b37456b14b82dfbba6d240766d27c4a (diff)
downloadorm-3e04856b75dcdd5cbb9499d17dd7a30245c06698.tar.gz
orm-3e04856b75dcdd5cbb9499d17dd7a30245c06698.zip
reimport
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/global_point.js b/models/global_point.js
index 4bb5de5..c5eefe3 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -230,7 +230,7 @@ module.exports = function(sequelize, DataTypes) {
},
item_072_use: {
type: DataTypes.BIGINT,
- allowNull: true
+ allowNull: false
}
}, {
tableName: 'global_point',