From 3e6b3f0e825b0d396c09d872fee4171def49ea0c Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 1 Oct 2017 11:55:17 +0200 Subject: reimport --- models/global_point.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'models/global_point.js') 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', -- cgit v1.3.1