Fixed column names and the report
This commit is contained in:
@@ -17,6 +17,8 @@ module.exports = (sequelize, DataTypes) => {
|
||||
chargePrice: DataTypes.FLOAT,
|
||||
timeIntervalsToCharge: DataTypes.INTEGER,
|
||||
totalChargeFee: DataTypes.FLOAT,
|
||||
unlockTimestamp: DataTypes.DATE,
|
||||
lockTimestamp: DataTypes.DATE,
|
||||
}, {});
|
||||
unscheduledIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
Reference in New Issue
Block a user