diff --git a/backend/models/falukant/type/product.js b/backend/models/falukant/type/product.js index 7393139..1170edc 100644 --- a/backend/models/falukant/type/product.js +++ b/backend/models/falukant/type/product.js @@ -15,17 +15,7 @@ ProductType.init({ allowNull: false}, sellCost: { type: DataTypes.INTEGER, - allowNull: false} - , - sellCostMinNeutral: { - type: DataTypes.DECIMAL, - allowNull: true, - field: 'sell_cost_min_neutral' - }, - sellCostMaxNeutral: { - type: DataTypes.DECIMAL, - allowNull: true, - field: 'sell_cost_max_neutral' + allowNull: false } }, { sequelize,