diff options
Diffstat (limited to 'models/global_point_hero_vs_hero.js')
| -rw-r--r-- | models/global_point_hero_vs_hero.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/global_point_hero_vs_hero.js b/models/global_point_hero_vs_hero.js index 34ebbff..bb84307 100644 --- a/models/global_point_hero_vs_hero.js +++ b/models/global_point_hero_vs_hero.js @@ -230,7 +230,7 @@ module.exports = function(sequelize, DataTypes) { }, item_072_use: { type: DataTypes.BIGINT, - allowNull: true + allowNull: false } }, { tableName: 'global_point_hero_vs_hero', |
