add migration; insert 'deleted' column in booking change incidents table
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
newBookingEnd: DataTypes.DATE,
|
||||
incidentType: DataTypes.INTEGER,
|
||||
chargeFee: DataTypes.FLOAT,
|
||||
deleted: DataTypes.BOOLEAN,
|
||||
}, {});
|
||||
bookingChangeIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
Reference in New Issue
Block a user