summaryrefslogtreecommitdiff
path: root/models/global_point.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/global_point.js')
-rw-r--r--models/global_point.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/models/global_point.js b/models/global_point.js
index 8bbde9c..4bb5de5 100644
--- a/models/global_point.js
+++ b/models/global_point.js
@@ -172,7 +172,7 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.BIGINT,
allowNull: false
},
- item_039_use: {
+ item_034_use: {
type: DataTypes.BIGINT,
allowNull: false
},
@@ -196,6 +196,10 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.BIGINT,
allowNull: false
},
+ item_053_use: {
+ type: DataTypes.BIGINT,
+ allowNull: false
+ },
item_057_use: {
type: DataTypes.BIGINT,
allowNull: false
@@ -223,6 +227,10 @@ module.exports = function(sequelize, DataTypes) {
item_071_use: {
type: DataTypes.BIGINT,
allowNull: false
+ },
+ item_072_use: {
+ type: DataTypes.BIGINT,
+ allowNull: true
}
}, {
tableName: 'global_point',